all hosts

This commit is contained in:
Torsten Simon 2025-04-29 21:22:00 +02:00
parent 633c6842b7
commit bb4151d9ed

View file

@ -6,5 +6,8 @@ export default defineConfig({
server: {
host: true
},
preview: {
allowedHosts: true
},
plugins: [tailwindcss(), sveltekit()]
});