mirror of
https://github.com/immich-app/immich.git
synced 2026-06-27 22:35:57 +00:00
fix(web): use deterministic version name in svelte config (#29172)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user