mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
23 lines
391 B
JSON
23 lines
391 B
JSON
|
|
{
|
||
|
|
"affected": {
|
||
|
|
"defaultBase": "main"
|
||
|
|
},
|
||
|
|
"workspaceLayout": {
|
||
|
|
"appsDir": "packages",
|
||
|
|
"libsDir": "packages"
|
||
|
|
},
|
||
|
|
"targetDefaults": {
|
||
|
|
"build": {
|
||
|
|
"dependsOn": ["^build"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"tasksRunnerOptions": {
|
||
|
|
"default": {
|
||
|
|
"runner": "nx/tasks-runners/default",
|
||
|
|
"options": {
|
||
|
|
"cacheableOperations": ["build", "lint", "test"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|