Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit ee499d1

Browse files
committed
Create project by clasp
``` npm run login npm run create ```
1 parent 66c944f commit ee499d1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.clasp.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"scriptId": "1gMNYu6-SlYdKbfFMSXZz718quQVgll-qKhNobIaJwMVYL_9EgZ9GQlmp",
3+
"rootDir": "src"
4+
}

src/appsscript.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"timeZone": "America/New_York",
3+
"dependencies": {
4+
},
5+
"exceptionLogging": "STACKDRIVER"
6+
}

0 commit comments

Comments
 (0)