mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
* Use runtime env var for loginPageMessage * Rename VITE_LOGIN_PAGE_MESSAGE to PUBLIC_LOGIN_PAGE_MESSAGE in .env.example * Move docker image `npm run build` step into Dockerfile * Remove comment from web Dockerfile
2 lines
No EOL
113 B
TypeScript
2 lines
No EOL
113 B
TypeScript
import { env } from '$env/dynamic/public';
|
|
export const loginPageMessage: string = env.PUBLIC_LOGIN_PAGE_MESSAGE; |