Add better-sqlite3 to Node backend

This commit is contained in:
2026-01-06 03:09:11 -08:00
parent 48a044cbd5
commit 86b2f3329a
6 changed files with 495 additions and 2 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ export default defineConfig({
server: {
port: 3000,
proxy: {
"/api": "http://localhost:3001"
}
'/api': 'http://localhost:3001',
},
},
plugins: [solidPlugin()],
});