We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77f060 commit d737557Copy full SHA for d737557
bin.js
@@ -10,7 +10,7 @@ async function main({_: [cmd], p, d}) {
10
case 'start': {
11
if (d) require('daemonize-process')()
12
const cmd = path.join(
13
- process.cwd(),
+ __dirname,
14
'node_modules',
15
'.bin',
16
process.platform === 'win32' ? 'micro.cmd' : 'micro'
0 commit comments