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.
hooks.md
1 parent 2cf476d commit f83f623Copy full SHA for f83f623
config/hooks.md
@@ -63,7 +63,7 @@ module.exports = {
63
* **`appProcess:`**[**`ChildProcess`**](https://nodejs.org/api/child_process.html#class-childprocess) **-** Node.js child process instance
64
* **Returns: `Promise<void>`**
65
66
-`postStart()` called after Forge's **`start`** command launches the app in dev mode.
+`postStart()` is called after Forge's **`start`** command launches the app in dev mode.
67
68
You can use this hook to attach listeners to the spawned child process.
69
0 commit comments