1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-21 07:26:25 +02:00

fix: vite > 6.0.8 allowedHosts ()

fix(web): vite > 6.0.8 allowedHosts

Enables any host for development environment same as for vite <= 6.0.8
This commit is contained in:
waclaw66 2025-02-22 05:29:58 +01:00 committed by GitHub
parent 9c2c85cbe1
commit caea3a0812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ export default defineConfig({
'/.well-known/immich': upstream,
'/custom.css': upstream,
},
allowedHosts: true,
},
plugins: [
sveltekit(),