We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798a794 commit ec1de29Copy full SHA for ec1de29
1 file changed
user/deploy.gs
@@ -0,0 +1,8 @@
1
+function deploy() {
2
+ const filesToCopy = ["lib_common", "lib_main", "lib_sett", "lib_types"];
3
+
4
+ for (let file of filesToCopy) {
5
+ const res = ScriptSync.IO_AddNewFile(file);
6
+ if (!res) break;
7
+ }
8
+}
0 commit comments