diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 8a14c39..a07631e 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -17,12 +17,6 @@ const config = { precompress: false, }) }, - server: { - fs: { - // Allow serving files from one level up to the project root - allow: ['..'], - }, - }, }; export default config;