Skip to content

Commit 065310f

Browse files
authored
support projects using type module (#696)
1 parent 7410cca commit 065310f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/Commands/Concerns/InteractsWithServers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __call($method, $parameters)
8383

8484
return tap(new Process([
8585
(new ExecutableFinder)->find('node'),
86-
'file-watcher.js',
86+
'file-watcher.cjs',
8787
json_encode(collect(config('octane.watch'))->map(fn ($path) => base_path($path))),
8888
$this->option('poll'),
8989
], realpath(__DIR__.'/../../../bin'), null, null, null))->start();

0 commit comments

Comments
 (0)