mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
ci: build workspaces before running tests; set PUBLIC_URL=https://logicsrc.com
The 'test' workflow ran 'npm test' without building, so dependents could not resolve @logicsrc/plugin-core / @logicsrc/validators (they publish from dist/). Build first. Also document PUBLIC_URL (canonical site URL) in .env.example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
7e51cf7311
commit
d0c6752194
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Canonical public site URL (used for CoinPay redirect/webhook URLs and secure cookies)
|
||||
PUBLIC_URL=https://logicsrc.com
|
||||
COMMANDBOARD_API_URL=http://localhost:4010
|
||||
COMMANDBOARD_TOKEN=
|
||||
COMMANDBOARD_DID=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue