chore: fix CORS issue in local development

This commit is contained in:
Tom Moor
2025-01-24 09:21:54 -05:00
parent 5b6bebc308
commit 48a330347f
+1
View File
@@ -31,6 +31,7 @@ export default () =>
port: 3001,
host: true,
https: httpsConfig,
cors: true,
fs:
environment.NODE_ENV === "development"
? {