mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
Debugger support added.
This commit is contained in:
@@ -9,12 +9,16 @@
|
|||||||
"client-install": "cd client && npm install",
|
"client-install": "cd client && npm install",
|
||||||
"server": "cd server && npm run dev",
|
"server": "cd server && npm run dev",
|
||||||
"server-install": "cd server && npm install",
|
"server-install": "cd server && npm install",
|
||||||
"start": "concurrently -n \"client,server\" \"npm run client\" \"npm run server\""
|
"start": "concurrently -n \"client,server\" \"npm run client\" \"npm run server\"",
|
||||||
|
"debug": "concurrently -n \"client,server\" \"npm run client\" \"cross-env NODE_OPTIONS=--inspect-brk=9229 npm run server\""
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "",
|
"description": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"concurrently": "^9.1.0"
|
"concurrently": "^9.1.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"cross-env": "^7.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user