fix(domain): switch hosted URLs to openworklabs (#1150)

This commit is contained in:
Source Open
2026-03-25 18:02:44 -07:00
committed by GitHub
parent 7dfa9a3c8b
commit 8c143ab2a3
24 changed files with 71 additions and 59 deletions

View File

@@ -39,7 +39,7 @@ Optional env vars (via `.env` or `export`):
- `OPENWORK_OPENCODE_CONFIG_DIR` — override the host OpenCode config source used for that optional import
- `OPENWORK_OPENCODE_DATA_DIR` — override the host OpenCode data source used for that optional import
The dev stack also starts the local share service automatically and points the OpenWork app at it, so share-link flows publish to a local service instead of `https://share.openwork.software`.
The dev stack also starts the local share service automatically and points the OpenWork app at it, so share-link flows publish to a local service instead of `https://share.openworklabs.com`.
---