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 92e58b4 commit 8974a4fCopy full SHA for 8974a4f
src/Commands/Concerns/InteractsWithServers.php
@@ -84,7 +84,7 @@ public function __call($method, $parameters)
84
return tap(new Process([
85
(new ExecutableFinder)->find('node'),
86
'file-watcher.js',
87
- json_encode(collect(config('octane.watch'))->map(fn ($path) => base_path($path))),
+ json_encode(collect($paths)->map(fn ($path) => base_path($path))),
88
], realpath(__DIR__.'/../../../bin'), null, null, null))->start();
89
}
90
0 commit comments