From e9960bbb882be78ed569d7adbb328717fbd6f750 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 18 Oct 2024 17:16:09 +0900 Subject: [PATCH] chore: lint --- bin.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin.mjs b/bin.mjs index 3eccf02..8b4bc90 100644 --- a/bin.mjs +++ b/bin.mjs @@ -1,3 +1,4 @@ #!/usr/bin/env node +// eslint-disable-next-line antfu/no-top-level-await await import('./dist/cli.mjs')