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

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}

1
src/.clasp.json Normal file
View File

@ -0,0 +1 @@
{"scriptId":"1qGGz2kPw4eE0Tt2wk34PWoNF0xtvZHLxq1I1dzigNC4yXrTfgtxShnuq","rootDir":"src"}

3
src/Code.js Normal file
View File

@ -0,0 +1,3 @@
function myFunction() {
}

7
src/appsscript.json Normal file
View File

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