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 70b69b5 commit dc22774Copy full SHA for dc22774
packages/backpack-core/bin/dev
@@ -39,4 +39,4 @@ const startServerOnce = once((err, stats) => {
39
if (err) return
40
startServer()
41
})
42
-serverCompiler.watch({}, startServerOnce)
+serverCompiler.watch(serverConfig.watchOptions || {}, startServerOnce)
0 commit comments