From 5954b8787b1bfb0be67cde43cadcc8ff729709eb Mon Sep 17 00:00:00 2001 From: rndquu Date: Thu, 21 Nov 2024 15:25:48 +0300 Subject: [PATCH] ci: test --- static/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.ts b/static/main.ts index 780e240..aa8a1db 100644 --- a/static/main.ts +++ b/static/main.ts @@ -2,6 +2,8 @@ export async function mainModule() { console.log(`Hello from mainModule`); } +const v = ""; + mainModule() .then(() => { console.log("mainModule loaded");