Files
crypt-keeper-extension/nx.json
Anton f246091db2 feat: import identity (#990)
* 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>
2023-10-12 11:14:37 +02:00

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"
}
]
}
}