initial checkout of appscript

This commit is contained in:
Ben Miller
2024-11-03 20:00:26 -07:00
parent 3669f62e0a
commit b2af2fc98c
4 changed files with 19 additions and 0 deletions

7
src/appsscript.json Normal file
View File

@ -0,0 +1,7 @@
{
"timeZone": "America/Denver",
"dependencies": {
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}