File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 },
1818 "test" : {
1919 "dependsOn" : [" ^build" , " ^test" ],
20- "env" : []
20+ "env" : [
21+ " MIXPANEL_API" ,
22+ " FEEDBACK_WEBHOOK" ,
23+ " TURNSTILE_KEY" ,
24+ " SENTRY_AUTH_TOKEN" ,
25+ " SENTRY_IGNORE_API_RESOLUTION_ERROR" ,
26+ " LINEAR_API_KEY" ,
27+ " LINEAR_TEAM_ID" ,
28+ " LINEAR_BUG_LABEL"
29+ ]
2130 },
2231 "build" : {
2332 "dependsOn" : [" ^build" ],
2433 "inputs" : [" $TURBO_DEFAULT$" , " .env*" ],
2534 "outputs" : [" .next/**" , " !.next/cache/**" ],
26- "env" : []
35+ "env" : [
36+ " MIXPANEL_API" ,
37+ " FEEDBACK_WEBHOOK" ,
38+ " TURNSTILE_KEY" ,
39+ " SENTRY_AUTH_TOKEN" ,
40+ " SENTRY_IGNORE_API_RESOLUTION_ERROR" ,
41+ " LINEAR_API_KEY" ,
42+ " LINEAR_TEAM_ID" ,
43+ " LINEAR_BUG_LABEL"
44+ ]
2745 },
2846 "dev" : {
2947 "cache" : false ,
3048 "persistent" : true ,
31- "env" : []
49+ "env" : [
50+ " MIXPANEL_API" ,
51+ " FEEDBACK_WEBHOOK" ,
52+ " TURNSTILE_KEY" ,
53+ " SENTRY_AUTH_TOKEN" ,
54+ " SENTRY_IGNORE_API_RESOLUTION_ERROR" ,
55+ " LINEAR_API_KEY" ,
56+ " LINEAR_TEAM_ID" ,
57+ " LINEAR_BUG_LABEL"
58+ ]
3259 }
3360 }
3461}
You can’t perform that action at this time.
0 commit comments