Add initial dev server

This commit is contained in:
2025-12-07 15:55:05 -08:00
parent b695437415
commit 48a044cbd5
6 changed files with 1830 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@ export default defineConfig({
},
server: {
port: 3000,
proxy: {
"/api": "http://localhost:3001"
}
},
plugins: [solidPlugin()],
});