fix(core): nx cache configuration (#5065)

This commit is contained in:
LongYinan
2023-11-28 06:59:48 +00:00
parent e73c39fe6b
commit aaaed5ac14
2 changed files with 23 additions and 4 deletions

View File

@@ -25,6 +25,9 @@
{
"env": "BUILD_TYPE"
},
{
"env": "BUILD_TYPE_OVERRIDE"
},
{
"env": "PERFSEE_TOKEN"
},
@@ -48,6 +51,24 @@
},
{
"env": "DISABLE_DEV_OVERLAY"
},
{
"env": "CAPTCHA_SITE_KEY"
},
{
"env": "SHOULD_REPORT_TRACE"
},
{
"env": "TRACE_REPORT_ENDPOINT"
},
{
"env": "R2_ACCOUNT_ID"
},
{
"env": "R2_ACCESS_KEY_ID"
},
{
"env": "R2_SECRET_ACCESS_KEY"
}
],
"options": {