initial checkout of appscript
This commit is contained in:
1
src/.clasp.json
Normal file
1
src/.clasp.json
Normal file
@ -0,0 +1 @@
|
||||
{"scriptId":"1qGGz2kPw4eE0Tt2wk34PWoNF0xtvZHLxq1I1dzigNC4yXrTfgtxShnuq","rootDir":"src"}
|
||||
3
src/Code.js
Normal file
3
src/Code.js
Normal file
@ -0,0 +1,3 @@
|
||||
function myFunction() {
|
||||
|
||||
}
|
||||
7
src/appsscript.json
Normal file
7
src/appsscript.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"timeZone": "America/Denver",
|
||||
"dependencies": {
|
||||
},
|
||||
"exceptionLogging": "STACKDRIVER",
|
||||
"runtimeVersion": "V8"
|
||||
}
|
||||
Reference in New Issue
Block a user