mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
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>
This commit is contained in:
parent
0d436911cd
commit
cc24722090
18 changed files with 738 additions and 101 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "pnpm --parallel --filter @paperclip/server --filter @paperclip/ui dev",
|
||||
"dev": "PAPERCLIP_UI_DEV_MIDDLEWARE=true pnpm --filter @paperclip/server dev",
|
||||
"dev:server": "pnpm --filter @paperclip/server dev",
|
||||
"dev:ui": "pnpm --filter @paperclip/ui dev",
|
||||
"build": "pnpm -r build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue