vite.config.js @@ -26,5 +26,8 @@ alias: { '@': fileURLToPath(new URL('./src', import.meta.url)) } }, server: { host: '0.0.0.0' } });