We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd8e7a commit 22db271Copy full SHA for 22db271
1 file changed
server.js
@@ -6,7 +6,7 @@ import yargs from 'yargs'
6
7
import { createApp, createLogger, getConfig } from './index.js'
8
9
-const args = yargs(argv.slice(2))
+const args = await yargs(argv.slice(2))
10
.describe('production', 'Run in production mode')
11
.describe('test', 'Run in test mode')
12
.boolean(['production', 'test'])
0 commit comments