mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(server): reset admin password using cli command in the server container (#928)
This commit is contained in:
@@ -6,13 +6,15 @@
|
||||
"compilerOptions": {
|
||||
"webpack": false,
|
||||
"tsConfigPath": "apps/immich/tsconfig.app.json",
|
||||
"plugins": [ {
|
||||
"name": "@nestjs/swagger",
|
||||
"options": {
|
||||
"classValidatorShim": false,
|
||||
"introspectComments": true
|
||||
"plugins": [
|
||||
{
|
||||
"name": "@nestjs/swagger",
|
||||
"options": {
|
||||
"classValidatorShim": false,
|
||||
"introspectComments": true
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
"projects": {
|
||||
"immich": {
|
||||
@@ -33,6 +35,15 @@
|
||||
"tsConfigPath": "apps/microservices/tsconfig.app.json"
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"type": "application",
|
||||
"root": "apps/cli",
|
||||
"entryFile": "immich",
|
||||
"sourceRoot": "apps/cli/src",
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "apps/cli/tsconfig.app.json"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "library",
|
||||
"root": "libs/common",
|
||||
|
||||
Reference in New Issue
Block a user