mirror of
https://github.com/immich-app/immich.git
synced 2026-07-20 21:02:55 +08:00
fix(web): use deterministic version name in svelte config (#29172)
This commit is contained in:
parent
ad9817c582
commit
06c8d5a183
@ -16,7 +16,7 @@ const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
version: {
|
||||
name: process.env.IMMICH_BUILD || Date.now().toString(),
|
||||
name: process.env.IMMICH_BUILD || process.env.npm_package_version || 'local',
|
||||
},
|
||||
paths: {
|
||||
relative: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user