add pglite with migration runner, zod schemas, db hook

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 10:53:25 +01:00
parent 2c9e94247e
commit e8e2f8b3e8
6 changed files with 223 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"format": "biome check --write ."
},
"dependencies": {
"@electric-sql/pglite": "^0.3.16",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-router": "^1.166.7",
"@tanstack/router-plugin": "^1.166.7",
@@ -23,7 +24,8 @@
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1"
"tailwindcss": "^4.2.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",