1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00
budibase/nx.json

13 lines
283 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-08-02 00:25:52 +12:00
"cacheableOperations": ["build", "test", "check:types"],
2023-07-25 02:58:53 +12:00
"accessToken": "MmM4OGYxNzItMDBlYy00ZmE3LTk4MTYtNmJhYWMyZjBjZTUyfHJlYWQ="
2023-04-01 02:37:55 +13:00
}
}
2023-05-24 09:11:26 +12:00
},
"targetDefaults": {}
2023-04-01 02:37:55 +13:00
}