mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-23 07:38:58 -04:00
25 lines
483 B
JSON
25 lines
483 B
JSON
{
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "nx/tasks-runners/default",
|
|
"options": {
|
|
"cacheableOperations": [
|
|
"bootstrap",
|
|
"test",
|
|
"build",
|
|
"build:source",
|
|
"build:types",
|
|
"artifacts",
|
|
"prebuild",
|
|
"build:app",
|
|
"build:main.min.js",
|
|
"build:sr",
|
|
"build:sr:source",
|
|
"build:sr:types"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"targetDefaults": {}
|
|
}
|