Swift + Apps Scripts

This commit is contained in:
Norm Rasmussen
2022-09-14 16:22:13 -04:00
parent 9bbfdebee8
commit 7c1b45c15f
27 changed files with 604 additions and 39 deletions

View File

@ -0,0 +1,10 @@
{
"timeZone": "America/New_York",
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"webapp": {
"executeAs": "USER_DEPLOYING",
"access": "ANYONE_ANONYMOUS"
}
}