fix: allow hosts

This commit is contained in:
2025-09-13 08:19:53 +02:00
parent bfe77ae86a
commit 221aa1c2af

View File

@@ -40,7 +40,8 @@ export default defineConfig({
} }
}, },
server: { server: {
port: 5173 port: 5173,
allowedHosts: true
}, },
build: { build: {
outDir: 'dist' outDir: 'dist'