mirror of
https://github.com/immich-app/immich.git
synced 2025-04-21 07:26:25 +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:
parent
9c2c85cbe1
commit
caea3a0812
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export default defineConfig({
|
|||
'/.well-known/immich': upstream,
|
||||
'/custom.css': upstream,
|
||||
},
|
||||
allowedHosts: true,
|
||||
},
|
||||
plugins: [
|
||||
sveltekit(),
|
||||
|
|
Loading…
Add table
Reference in a new issue