Skip to content

Commit dad5927

Browse files
authored
Merge branch 'main' into fix/tsdown-partial-migration
2 parents 9249250 + 86b2288 commit dad5927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/bin

packages/cli/bin/vp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import module from 'node:module';
44
if (module.enableCompileCache) {
55
module.enableCompileCache();
66
}
7-
import '../dist/bin.js';
7+
await import('../dist/bin.js');

0 commit comments

Comments
 (0)