mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces a new process for generating data for the AIO [events page](https://angular.io/events), which streamlines the process and minimizes duplication and manual work. For more details, see `aio/scripts/generate-events/README.md`. PR Close #45588
13 lines
373 B
JSON
13 lines
373 B
JSON
{
|
|
"dependencies": {
|
|
},
|
|
"exceptionLogging": "STACKDRIVER",
|
|
"oauthScopes": [
|
|
"https://www.googleapis.com/auth/firebase.database",
|
|
"https://www.googleapis.com/auth/script.external_request",
|
|
"https://www.googleapis.com/auth/spreadsheets.currentonly",
|
|
"https://www.googleapis.com/auth/userinfo.email"
|
|
],
|
|
"runtimeVersion": "V8",
|
|
"timeZone": "UTC"
|
|
}
|