1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
budibase/nx.json

27 lines
491 B
JSON
Raw Normal View History

2023-04-01 02:37:55 +13:00
{
"tasksRunnerOptions": {
"default": {
2023-06-01 18:41:45 +12:00
"runner": "nx-cloud",
2023-04-01 02:37:55 +13:00
"options": {
2023-06-01 18:41:45 +12:00
"cacheableOperations": [
"build",
"test"
],
"accessToken": "NzNkM2JmYjktNTU0My00ZTIzLWE3MjgtNzQzMDA4OThkOTVifHJlYWQtd3JpdGU="
2023-04-01 02:37:55 +13:00
}
}
2023-05-24 09:11:26 +12:00
},
"targetDefaults": {
"dev:builder": {
"dependsOn": [
{
2023-06-01 18:41:45 +12:00
"projects": [
"@budibase/string-templates"
],
2023-05-24 09:11:26 +12:00
"target": "build"
}
]
}
2023-04-01 02:37:55 +13:00
}
}