initial checkout of appscript
This commit is contained in:
8
product_inventory.code-workspace
Normal file
8
product_inventory.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
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