Allow Easypanel hosts in preview server

This commit is contained in:
Kunthawat Greethong
2026-03-13 09:18:52 +07:00
parent 85012d78ef
commit 82cc635e26

View File

@@ -26,5 +26,9 @@ export default defineConfig({
build: {
cssMinify: true,
},
server: {
host: true,
allowedHosts: ['.easypanel.host', '.extyye.easypanel.host'],
},
},
});