Delete nx.json

This commit is contained in:
Stefan Pejcic 2024-02-28 13:11:33 +01:00 committed by GitHub
parent ee7e380303
commit 470fc10efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

27
nx.json
View file

@ -1,27 +0,0 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": [
"build",
"lint",
"test"
],
"accessToken": "NGI2NjNiYWItMWNhYi00MDA4LWI1OTMtM2IwYmFmYzRkMjEzfHJlYWQtd3JpdGU="
}
}
},
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/dist",
"{projectRoot}/build",
"{projectRoot}/.next"
]
}
}
}