We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ba9b0 commit 7df6be6Copy full SHA for 7df6be6
packages/sync-calendar/src/main.ts
@@ -1,3 +1,5 @@
1
+export {};
2
+
3
function main() {
4
// スプレッドシートのIDとシート名を設定
5
const spreadsheetId = "1-Hy-8r_Qoruq_LwpIg1Uxwn0mlixL_X40wXXgW3RHCA";
@@ -73,3 +75,6 @@ function main() {
73
75
}
74
76
77
78
79
+declare const global: Record<string, () => void>;
80
+global.main = main;
0 commit comments