Add allowedHosts for

Easypanel
This commit is contained in:
Kunthawat Greethong
2026-04-28 11:18:54 +07:00
parent 111238ae9f
commit 6d9a10f808
3 changed files with 11 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,7 @@
{
"agents": [],
"total_spawned": 0,
"total_completed": 0,
"total_failed": 0,
"last_updated": "2026-04-28T04:13:24.966Z"
}

View File

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