mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 21:40:41 +09:00
feat(web): Update to latest version of SvelteKit (#705)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user