1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

fix: vite > 6.0.8 allowedHosts (#16257)

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

View File

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