Add better-sqlite3 to Node backend
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 3000,
|
||||
proxy: {
|
||||
"/api": "http://localhost:3001"
|
||||
}
|
||||
'/api': 'http://localhost:3001',
|
||||
},
|
||||
},
|
||||
plugins: [solidPlugin()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user