Skip to content

Commit bba6506

Browse files
d-csclaude
andcommitted
feat(run-ops): webapp db topology, flags, migration helpers + store/engine wiring
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 88d1290 commit bba6506

50 files changed

Lines changed: 6638 additions & 330 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/webapp/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const signal = getRequestAbortSignal();
7575
Access via `env` export from `app/env.server.ts`. **Never use `process.env` directly.**
7676

7777
For testable code, **never import env.server.ts** in test files. Pass configuration as options instead:
78-
- `realtimeClient.server.ts` (testable service, takes config as constructor arg)
79-
- `realtimeClientGlobal.server.ts` (creates singleton with env config)
78+
- `realtime/nativeRealtimeClient.server.ts` (testable service, takes config as constructor arg)
79+
- `realtime/nativeRealtimeClientInstance.server.ts` (creates singleton with env config)
8080

8181
## Run Engine 2.0
8282

0 commit comments

Comments
 (0)