forked from Cutlery/immich
* Add message for demo instances to login screen * Rename env variable * Added key into * Add styling to conform with Immich color scheme Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
3 lines
157 B
TypeScript
3 lines
157 B
TypeScript
export const serverEndpoint: string = import.meta.env.VITE_SERVER_ENDPOINT;
|
|
export const loginPageMessage: string = import.meta.env.VITE_LOGIN_PAGE_MESSAGE;
|