reintroduce proxy

This commit is contained in:
geoffsee
2025-05-23 16:27:34 -04:00
parent 68f1c67773
commit 7c53666c39

View File

@@ -30,12 +30,12 @@ export default defineConfig(({ command }) => {
port: 3000,
proxy: {
// proxies requests to worker backend
// "/api": {
// target: "http://localhost:3001",
// },
// "/fonts": {
// target: "http://localhost:3001/fonts",
// },
"/api": {
target: "http://localhost:3001",
},
"/fonts": {
target: "http://localhost:3001/fonts",
},
},
},
build: {