From 5f7c21637af06c4b0854589c58dcff21825c51b4 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 29 Nov 2023 01:47:34 +0900 Subject: [PATCH] simple commit to fix cloudflare bug hope this fixes --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 0d622568..5cd77864 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,4 +15,5 @@ const app = new App({ loadData() initHotkey() watchParamButton() + export default app; \ No newline at end of file