Skip to content

Commit 9d85c31

Browse files
justin808claude
andcommitted
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

File tree

react_on_rails_pro/spec/dummy/Procfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ rails-rsc-assets: HMR=true RSC_BUNDLE_ONLY=true bin/shakapacker --watch
1818
# Foreman/overmind starts processes concurrently, so on first use wait for the initial
1919
# build-watch compile or restart `node-renderer` before trusting renderer output.
2020
# node-renderer-build: pnpm --filter react-on-rails-pro-node-renderer run build-watch
21-
node-renderer: RENDERER_LOG_LEVEL=debug RENDERER_PORT=3800 node --inspect renderer/node-renderer.js
21+
node-renderer: RENDERER_PORT=3800 node renderer/node-renderer.js

0 commit comments

Comments
 (0)