nexus/server/src
Forgotten cc24722090 Replace PGlite with embedded-postgres and add startup banner
Switch from PGlite (WebAssembly) to embedded-postgres for zero-config
local development — provides a real PostgreSQL server with full
compatibility. Add startup banner with config summary on server boot.
Improve server bootstrap with auto port detection, database creation,
and migration on startup. Update DATABASE.md, DEVELOPING.md, and
SPEC-implementation.md to reflect the change. Update CLI database
check and prompts. Simplify OnboardingWizard database options.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 11:45:43 -06:00
..
__tests__ Add API server with routes, services, and middleware 2026-02-16 13:31:58 -06:00
middleware Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
realtime Implement agent runtime services and WebSocket realtime 2026-02-17 12:24:43 -06:00
routes Improve agent detail, issue creation, and approvals pages 2026-02-17 20:46:12 -06:00
services Improve agent detail, issue creation, and approvals pages 2026-02-17 20:46:12 -06:00
types Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
app.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
config-file.ts Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00
config.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
errors.ts Add server routes for companies, approvals, costs, and dashboard 2026-02-17 09:07:27 -06:00
index.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
startup-banner.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00