mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04: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
@ -33,6 +33,7 @@ export default defineConfig({
|
||||
'/.well-known/immich': upstream,
|
||||
'/custom.css': upstream,
|
||||
},
|
||||
allowedHosts: true,
|
||||
},
|
||||
plugins: [
|
||||
sveltekit(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user