Add command to debug the server (#533)

Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
This commit is contained in:
Florent
2023-06-20 18:49:57 +02:00
committed by GitHub
parent d280e796a0
commit bf15a14dd4
3 changed files with 12 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"repository": "git://github.com/gristlabs/grist-core.git",
"scripts": {
"start": "sandbox/watch.sh",
"start:debug": "NODE_INSPECT=1 sandbox/watch.sh",
"install:python": "buildtools/prepare_python.sh",
"install:python2": "buildtools/prepare_python2.sh",
"install:python3": "buildtools/prepare_python3.sh",