feat: kysely and base schema

This commit is contained in:
redglow
2026-06-20 14:29:53 +02:00
parent cbb457ea8c
commit 676b043ff5
7 changed files with 56 additions and 1 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
},
"dependencies": {
"express": "^5.1.0",
"kysely": "^0.29.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tsx": "^4.19.3",
@@ -25,4 +26,4 @@
"nodemon": "^3.1.10",
"vite": "^6.3.3"
}
}
}