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, port: 3000,
proxy: { proxy: {
// proxies requests to worker backend // proxies requests to worker backend
// "/api": { "/api": {
// target: "http://localhost:3001", target: "http://localhost:3001",
// }, },
// "/fonts": { "/fonts": {
// target: "http://localhost:3001/fonts", target: "http://localhost:3001/fonts",
// }, },
}, },
}, },
build: { build: {