From 7c53666c39af85f9833163e47ac59f41b4d45fda Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Fri, 23 May 2025 16:27:34 -0400 Subject: [PATCH] reintroduce proxy --- vite.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 8700d65..ba56c08 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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: {