mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00: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:
parent
9c2c85cbe1
commit
caea3a0812
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue