This commit is contained in:
2026-08-10 02:04:45 +02:00
parent 39cb848f67
commit 593edf35fe
10 changed files with 394 additions and 33 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
.PHONY: up down api worker backend web migrate sqlc test test-api check-web vet seed seed-woo mock-woo health setup cutover-rehearsal
.PHONY: up down api worker backend web migrate sqlc test test-api check-web vet seed seed-woo mock-woo health setup cutover-rehearsal build
# Start local Postgres only (:5433 — pairs with host npm run setup / npm run dev)
up:
@@ -68,3 +68,7 @@ vet:
# Type-check SvelteKit (install deps first if needed)
check-web:
cd apps/web && npm run check
# Low-memory production build (web then Go api+worker binaries; ~4GB-safe defaults)
build:
node scripts/build.mjs