|
|
5e07ac040d
|
feat: make backend Docker-ready and web Vercel-ready
- Switch @bytelyst/* deps from link: to private Gitea registry (^0.x)
- Add .npmrc pointing to gitea.bytelyst.com private npm registry
- Rewrite backend/Dockerfile: monorepo root context, pnpm workspace,
correct EXPOSE 4018, CMD node dist/backend/src/bootstrap.js
- Move vercel.json to repo root with pnpm filter build commands
- Remove web/Dockerfile and web/nginx.conf (web is Vercel-only)
- Remove web service from docker-compose.yml (backend Docker only)
- Document GITEA_NPM_TOKEN requirement in .env.example
- Fix start script path: dist/backend/src/bootstrap.js (rootDir: "..")
PREREQUISITE: Set GITEA_NPM_TOKEN and run pnpm install to regenerate
pnpm-lock.yaml before first Docker build.
Vercel settings: Root Directory = repo root, add GITEA_NPM_TOKEN env var.
Docker build: GITEA_NPM_TOKEN=<token> docker compose build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-05 19:05:35 -07:00 |
|
|
|
5bba149a7b
|
refactor: share feature flag contract across backend and web
|
2026-04-04 18:10:34 -07:00 |
|
|
|
d99cb94d19
|
feat: standardize request ids across operator flows
|
2026-04-04 18:07:43 -07:00 |
|
|
|
ffa60fcfb7
|
refactor: remove live web supabase dependency
|
2026-04-04 18:03:49 -07:00 |
|
|
|
f73f855eb0
|
fix: align web verification with platform session contracts
|
2026-04-04 18:00:30 -07:00 |
|
|
|
0baf32bfcf
|
feat: add explicit feature flag contract
|
2026-04-04 17:18:20 -07:00 |
|
|
|
77c7b32ac0
|
refactor: seed cosmos stores and standardize request ids
|
2026-04-04 17:16:18 -07:00 |
|
|
|
790213513f
|
test: add release smoke coverage and runbook
|
2026-04-04 17:07:48 -07:00 |
|
|
|
6c39b9b185
|
refactor: move web auth onto platform session helpers
|
2026-04-04 17:07:42 -07:00 |
|
|
|
541c617717
|
refactor: move history tab behind backend apis
|
2026-04-04 16:52:06 -07:00 |
|
|
|
b433686776
|
refactor: move web trading data behind backend apis
|
2026-04-04 16:49:18 -07:00 |
|
|
|
ebaabaed47
|
feat: move manual entries behind backend api
|
2026-04-04 16:09:21 -07:00 |
|
|
|
44f3171783
|
refactor: route settings and config through backend apis
|
2026-04-04 15:50:44 -07:00 |
|
|
|
5b59257a4b
|
refactor: move profile manager onto control plane
|
2026-04-04 15:41:15 -07:00 |
|
|
|
535e0a88a9
|
refactor: move profile reads onto backend api
|
2026-04-04 15:36:54 -07:00 |
|
|
|
42420687f9
|
feat: move core web profile flows behind backend api
|
2026-04-04 15:02:15 -07:00 |
|
|
|
b551ab2a4f
|
feat: move dynamic config behind backend control plane
|
2026-04-04 14:26:12 -07:00 |
|
|
|
a4fce709f0
|
refactor: move web auth onto shared platform provider
|
2026-04-04 13:59:13 -07:00 |
|
|
|
d78aeeffc2
|
feat: adopt platform auth and cosmos trading control
|
2026-04-04 13:13:08 -07:00 |
|
|
|
8f7d5358aa
|
refactor: share realtime socket auth helpers
|
2026-04-04 12:11:43 -07:00 |
|
|
|
c9aadfae8e
|
feat: add mobile websocket sync
|
2026-04-04 11:39:47 -07:00 |
|
|
|
3cbbd6ccaa
|
feat: scaffold trading monorepo foundation
|
2026-04-04 11:18:21 -07:00 |
|