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 9bc9072 commit cf48607Copy full SHA for cf48607
resources/views/docs/desktop/2/digging-deeper/child-processes.md
@@ -153,8 +153,8 @@ NativePHP provides a convenient method to execute JavaScript files using the bun
153
154
```php
155
ChildProcess::node(
156
- cmd: 'resources/js/websocket-server.js',
157
- alias: 'websocket-server'
+ cmd: 'resources/js/filesystem-watcher.js',
+ alias: 'filesystem-watcher'
158
);
159
```
160
0 commit comments