mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-10 06:28:09 -05:00
* feat: import identity - [x] Add method for import and save identity - [x] Update identity list to support imported identities - [x] Update history and notification for imported identities * chore: revert lock changes * chore: remove nx-cloud --------- Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
40 lines
666 B
JSON
40 lines
666 B
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": []
|
|
}
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
},
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["{projectRoot}/dist"]
|
|
},
|
|
"publish": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"dev": {
|
|
"dependsOn": ["^build"]
|
|
}
|
|
},
|
|
"targetDependencies": {
|
|
"build": [
|
|
{
|
|
"target": "build",
|
|
"projects": "dependencies"
|
|
}
|
|
],
|
|
"version": [
|
|
{
|
|
"target": "version",
|
|
"projects": "dependencies"
|
|
}
|
|
]
|
|
}
|
|
}
|