Added small backend server to manage LLM chat & contact me form

This commit is contained in:
2026-02-19 14:07:40 +00:00
parent a1f7088b48
commit 95ea088a00
5 changed files with 210 additions and 23 deletions
+5
View File
@@ -9,4 +9,9 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
server: {
proxy: {
'/api': 'http://localhost:3000',
},
},
})