chore: add sslip to hosts

This commit is contained in:
Stavros
2026-07-16 18:36:41 +03:00
parent 4eeede6bcb
commit 90ff78b3b8
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default defineConfig({
},
],
webServer: {
command: 'pnpm run up && pnpm run netcheck',
command: 'pnpm run up',
url: 'http://tinyauth.127.0.0.1.sslip.io/api/healthz',
reuseExistingServer: true,
timeout: 5 * 60 * 1000,