Commit 9d85c31
fix(pro-dummy): drop --inspect and debug log level from Procfile.dev node-renderer
Align the Procfile.dev `node-renderer:` line with the base `node-renderer`
npm script so it matches the PR description. Previously it was byte-for-byte
identical to `node-renderer:debug`, which carried `--inspect` overhead and
opened port 9229 on every `bin/dev` run. Use `node-renderer:debug` when
debugger access is needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 230e9ee commit 9d85c31
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
0 commit comments