mirror of
https://github.com/supabase/setup-cli.git
synced 2026-06-28 01:46:58 +00:00
fix: await main function (#411)
Fixes https://github.com/supabase/setup-cli/issues/410
This commit is contained in:
@@ -204,5 +204,5 @@ export async function run(): Promise<void> {
|
||||
}
|
||||
|
||||
if (process.argv[1] === fileURLToPath(import.meta.url)) {
|
||||
void run();
|
||||
await run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user