Scott Idem
65e0477761
refactor(build): replace staging/cp env hack with vite --mode per-environment
- Rename .env.staging → .env.dev (and .default template)
- Add .env.test.default for the test tier (test-api.oneskyit.com)
- build:staging → build:dev/test/prod using vite --mode <name>
- deploy:staging → deploy:dev; add deploy:test
- Dockerfile: ARG BUILD_MODE=dev; explicit .env.runtime copy per mode
- .dockerignore: rewritten (deduped); allow .env.dev/.env.test/.env.prod
- .gitignore: track .env.dev.default and .env.test.default
- Remove dead PUBLIC_AE_* imports from ae_stores.ts (ACCOUNT_ID, EVENT_ID,
NO_ACCOUNT_ID_TOKEN, SPONSORSHIP_CFG_ID); sponsorship_cfg_id defaults to null
- Strip dead vars from .env.prod.default template (AE_CFG_ID, AE_APP_NODE_PORT,
ACCOUNT_ID, EVENT_ID, SPONSORSHIP_CFG_ID, NO_ACCOUNT_ID_TOKEN)
- GUIDE__Development.md: build:staging → build:dev
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 16:07:31 -04:00
..
2026-03-20 12:58:57 -04:00
2026-03-24 11:15:01 -04:00
2026-03-20 10:21:35 -04:00
2026-03-24 10:42:40 -04:00
2026-02-26 10:49:23 -05:00
2026-02-26 10:49:23 -05:00
2026-03-10 15:01:42 -04:00
2026-03-11 10:54:17 -04:00
2026-03-06 22:00:12 -05:00
2026-03-24 16:32:45 -04:00
2026-03-25 21:13:27 -04:00
2026-02-26 10:49:23 -05:00
2026-03-11 19:06:37 -04:00
2026-03-26 14:05:39 -04:00
2026-03-20 16:30:38 -04:00
2026-03-26 16:07:31 -04:00
2026-03-25 19:07:07 -04:00
2026-02-26 10:49:23 -05:00
2026-03-19 15:42:22 -04:00
2026-03-20 12:58:57 -04:00
2026-03-24 11:15:01 -04:00
2026-03-20 19:16:43 -04:00
2026-03-24 16:32:45 -04:00
2026-03-19 15:42:22 -04:00
2026-03-11 11:59:29 -04:00
2026-03-24 10:42:40 -04:00
2026-03-16 18:59:21 -04:00
2026-03-24 11:15:01 -04:00
2026-03-24 11:32:06 -04:00
2026-03-24 16:32:45 -04:00