diff --git a/vite.config.ts b/vite.config.ts index 801ea79a..8807826c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -102,6 +102,7 @@ export default ({ console.log("Allowed vite paths:", allow); return { + base: "./", server: { port: 3000, fs: { allow },