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 1b82f47 commit a323ba8Copy full SHA for a323ba8
packages/backpack-core/bin/dev
@@ -32,7 +32,7 @@ const startServer = () => {
32
const serverPaths = Object
33
.keys(serverCompiler.options.entry)
34
.map(entry => path.join(serverCompiler.options.output.path, `${entry}.js`))
35
- nodemon({ script: serverPaths[0], watch: serverPaths, flags: [] })
+ nodemon({ script: serverPaths[0], watch: serverPaths, nodeArgs: process.argv.slice(2) })
36
.on('quit', process.exit)
37
}
38
0 commit comments