mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 14:12:35 +09:00
feat(web): license UI (#11182)
This commit is contained in:
@@ -34,6 +34,7 @@ export enum AppRoute {
|
||||
MEMORY = '/memory',
|
||||
TRASH = '/trash',
|
||||
PARTNERS = '/partners',
|
||||
BUY = '/buy',
|
||||
|
||||
AUTH_LOGIN = '/auth/login',
|
||||
AUTH_REGISTER = '/auth/register',
|
||||
@@ -309,3 +310,8 @@ export const langs = [
|
||||
},
|
||||
{ name: 'Development (keys only)', code: 'dev', loader: () => Promise.resolve({}) },
|
||||
];
|
||||
|
||||
export enum ImmichLicense {
|
||||
Client = 'immich-client',
|
||||
Server = 'immich-server',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user