diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index ba90142891..134d8ba4b4 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -62,6 +62,9 @@ export default mergeConfig( changeOrigin: true, }, }, + fs: { + allow: ['..'], + }, }, plugins: [react(), tsconfigPaths(), svgr(), envCompatible()], esbuild: {