Public Access
1
0

fix: do not restart debug when saving server.js

This commit is contained in:
2025-08-25 17:19:27 -04:00
parent 4f2bcc03b1
commit d5f7d68c42

View File

@@ -54,7 +54,7 @@ services:
# Use Node's built-in --watch mode instead of nodemon. It can be more
# stable inside Docker and avoids some of nodemon's complexities.
# The --inspect flag is still used for debugging.
command: node --watch --inspect=0.0.0.0:9229 src/server.js
command: node --inspect=0.0.0.0:9229 src/server.js
networks:
dev_network: