[PR #674] fix(react-express-mysql): move --inspect flag before filename in start-watch #3850

Open
opened 2026-04-18 17:26:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/674
Author: @bella-le
Created: 2/24/2026
Status: 🔄 Open

Base: masterHead: bella-le/fix-inspect


📝 Commits (1)

  • 3148564 fix(react-express-mysql): move --inspect flag before filename in start-watch script

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 react-express-mysql/backend/package.json (+1 -1)

📄 Description

nodemon was passing --inspect=0.0.0.0:9229 as an argument to the script rather than as a Node.js flag, because it appeared after the filename. This prevented the Node.js debugger from listening on port 9229, making the exposed debug ports non-functional.

Moving the flag before the filename ensures nodemon correctly passes it to Node.js, enabling debugger attachment on port 9229 as intended.

Signed-off-by: Bella Le hello@bella-le.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/674 **Author:** [@bella-le](https://github.com/bella-le) **Created:** 2/24/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `bella-le/fix-inspect` --- ### 📝 Commits (1) - [`3148564`](https://github.com/docker/awesome-compose/commit/31485645ef29aaa15c1b028e5e006be76efc3fa2) fix(react-express-mysql): move --inspect flag before filename in start-watch script ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `react-express-mysql/backend/package.json` (+1 -1) </details> ### 📄 Description nodemon was passing --inspect=0.0.0.0:9229 as an argument to the script rather than as a Node.js flag, because it appeared after the filename. This prevented the Node.js debugger from listening on port 9229, making the exposed debug ports non-functional. Moving the flag before the filename ensures nodemon correctly passes it to Node.js, enabling debugger attachment on port 9229 as intended. Signed-off-by: Bella Le <hello@bella-le.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 17:26:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#3850