From 48a330347fc2cdc6c523df6862eea014da9c2782 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 24 Jan 2025 09:21:54 -0500 Subject: [PATCH] chore: fix CORS issue in local development --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 01b91564d3..6b0f7565b2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -31,6 +31,7 @@ export default () => port: 3001, host: true, https: httpsConfig, + cors: true, fs: environment.NODE_ENV === "development" ? {