人力资源
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
783 B

2 years ago
{
"version": "0.2.0",
"configurations": [
{
"name": "Server",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/server.js",
"args": [
"-p 5700",
"-u http://127.0.0.1:4000",
"--apiHrUrl http://localhost:4700",
"--qnak XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5",
"--qnsk yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa",
"--qnbkt dev-hr",
"--qndmn http://rjkwed13l.hn-bkt.clouddn.com",
// "-v 0.2.0",
// "-h 22"
2 years ago
],
"outputCapture": "std",
"env": {
"NODE_ENV": "development"
}
}
2 years ago
]
}