Skip to content

Commit b91974e

Browse files
authored
fix: fix broken slidev cli (#2338)
1 parent 822031c commit b91974e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/slidev/bin/slidev.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env node
22
'use strict'
3-
import ('../dist/cli.js')
3+
import('../dist/cli.mjs')

0 commit comments

Comments
 (0)