diff --git a/vite.config.ts b/vite.config.ts index 31ade3f..2fb6b44 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,7 +4,8 @@ import { VitePWA } from 'vite-plugin-pwa'; export default defineConfig({ server: { - port: 5001 + port: 5001, + open: true }, publicDir: 'public', plugins: [