Allow all Vite hosts for dev

This commit is contained in:
root
2026-02-04 17:00:25 +02:00
parent 0c75933c57
commit ef7b6419ac
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import starlight from '@astrojs/starlight';
// https://astro.build/config
export default defineConfig({
server: {
allowedHosts: ['jabali.lan'],
allowedHosts: 'all',
},
integrations: [
starlight({

View File

@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
server: {
allowedHosts: ['jabali.lan'],
allowedHosts: 'all',
},
plugins: [
laravel({