get env files working with new svelte kit expression

This commit is contained in:
JCEEE
2026-06-24 16:15:48 +01:00
parent be572b487a
commit 170a52f19a
83 changed files with 128 additions and 26194 deletions
+5 -6
View File
@@ -77,11 +77,11 @@
### Phase 1 — Infrastructure
1.1 Scaffold SvelteKit + Hono monorepo
1.2 Write Dockerfiles (frontend + backend, correct port mapping)
1.3 Sort out vars (`.env` + `.env.example`)
1.5 Validate Hono `/api/*` reachable, env vars injected
1.6 Validate SvelteKit↔PB connectivity (admin API read/write)
~~1.1 Scaffold SvelteKit + Hono monorepo~~
~~1.2 Write Dockerfiles (frontend + backend, correct port mapping)~~
~~1.3 Sort out vars (`.env` + `.env.example`)~~
~~1.5 Validate Hono `/api/*` reachable, env vars injected~~
~~1.6 Validate SvelteKit↔PB connectivity (admin API read/write)~~
### Phase 2 — Backend Core
@@ -91,7 +91,6 @@
2.4 Invite code generation + member join flow
2.5 Device token auth + route guards
2.6 Svelte reactive state management (no PB SSE)
2.7 Remote functions (PB SDK client helpers)
### Phase 3 — Backend Data Streams