mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): use deterministic version name in svelte config (#29172)
This commit is contained in:
parent
ad9817c582
commit
06c8d5a183
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue