diff --git a/vite.config.ts b/vite.config.ts index b8b8c18..cc04d0b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,7 +10,7 @@ export default defineConfig({ plugins: [ vue(), vueDevTools(), - // tailwindcss(), + // tailwindcss(), ], resolve: { alias: { @@ -18,6 +18,7 @@ export default defineConfig({ }, }, server: { + allowedHosts: true, host: true, port: 5173 }