allow host

This commit is contained in:
2026-06-05 03:23:19 +02:00
parent fb6874088e
commit b1f97026df

View File

@@ -3,4 +3,8 @@ import react from '@vitejs/plugin-react';
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
server: {
host: true,
allowedHosts: ['xslttools.add-ideas.de'], // ← ADD THIS
},
}); });