Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit af06cf6

Browse files
authored
Add -L flag to detect file changes
Fixes #378
1 parent 9793cf6 commit af06cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-tools/nodejs-debugging/VSCode-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ version: "3"
4848
services:
4949
web:
5050
build: .
51-
command: nodemon --inspect=0.0.0.0:5858
51+
command: nodemon -L --inspect=0.0.0.0:5858
5252
volumes:
5353
- .:/code
5454
ports:

0 commit comments

Comments
 (0)