mirror of https://github.com/immich-app/immich.git
feat(web): Update to latest version of SvelteKit (#705)
parent
75c2067836
commit
0d13b25f56
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
|||||||
import { env } from '$env/dynamic/public';
|
import { env } from '$env/dynamic/public';
|
||||||
export const loginPageMessage: string = env.PUBLIC_LOGIN_PAGE_MESSAGE;
|
export const loginPageMessage: string | undefined = env.PUBLIC_LOGIN_PAGE_MESSAGE;
|
||||||
|
|||||||
Loading…
Reference in New Issue