diff --git a/product_inventory.code-workspace b/product_inventory.code-workspace new file mode 100644 index 0000000..6e12a8c --- /dev/null +++ b/product_inventory.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/src/.clasp.json b/src/.clasp.json new file mode 100644 index 0000000..659c478 --- /dev/null +++ b/src/.clasp.json @@ -0,0 +1 @@ +{"scriptId":"1qGGz2kPw4eE0Tt2wk34PWoNF0xtvZHLxq1I1dzigNC4yXrTfgtxShnuq","rootDir":"src"} diff --git a/src/Code.js b/src/Code.js new file mode 100644 index 0000000..f8f2594 --- /dev/null +++ b/src/Code.js @@ -0,0 +1,3 @@ +function myFunction() { + +} diff --git a/src/appsscript.json b/src/appsscript.json new file mode 100644 index 0000000..5f07d9e --- /dev/null +++ b/src/appsscript.json @@ -0,0 +1,7 @@ +{ + "timeZone": "America/Denver", + "dependencies": { + }, + "exceptionLogging": "STACKDRIVER", + "runtimeVersion": "V8" +} \ No newline at end of file