Skip to content

Commit d737557

Browse files
committed
fix: fix path to 'micro'
1 parent e77f060 commit d737557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function main({_: [cmd], p, d}) {
1010
case 'start': {
1111
if (d) require('daemonize-process')()
1212
const cmd = path.join(
13-
process.cwd(),
13+
__dirname,
1414
'node_modules',
1515
'.bin',
1616
process.platform === 'win32' ? 'micro.cmd' : 'micro'

0 commit comments

Comments
 (0)