Skip to content

Commit

Permalink
fix: vite > 6.0.8 allowedHosts (immich-app#16257)
Browse files Browse the repository at this point in the history
fix(web): vite > 6.0.8 allowedHosts

Enables any host for development environment same as for vite <= 6.0.8
  • Loading branch information
waclaw66 authored Feb 22, 2025
1 parent 9c2c85c commit caea3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default defineConfig({
'/.well-known/immich': upstream,
'/custom.css': upstream,
},
allowedHosts: true,
},
plugins: [
sveltekit(),
Expand Down

0 comments on commit caea3a0

Please sign in to comment.