feat: allow all hosts on dev

This commit is contained in:
2025-05-24 16:14:15 +02:00
parent 38a2ce1ce9
commit 64ca9b922e

View File

@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => ({
secure: false, secure: false,
}, },
}, },
allowedHosts: true,
} }
: undefined, : undefined,
build: { build: {