Allow all hosts

This commit is contained in:
Kunthawat Greethong
2026-04-28 11:20:19 +07:00
parent 6d9a10f808
commit 4d536cb2a0
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
{"t":0,"agent":"a500508","agent_type":"unknown","event":"agent_stop","success":true} {"t":0,"agent":"a500508","agent_type":"unknown","event":"agent_stop","success":true}
{"t":0,"agent":"a24721c","agent_type":"unknown","event":"agent_stop","success":true}

View File

@@ -3,5 +3,5 @@
"total_spawned": 0, "total_spawned": 0,
"total_completed": 0, "total_completed": 0,
"total_failed": 0, "total_failed": 0,
"last_updated": "2026-04-28T04:13:24.966Z" "last_updated": "2026-04-28T04:19:32.716Z"
} }

View File

@@ -6,6 +6,6 @@ export default defineConfig({
port: 4321, port: 4321,
}, },
vite: { vite: {
allowedHosts: ['moreminimore-astro-tina.extyye.easypanel.host'], allowedHosts: true,
}, },
}) })