-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f8aa89
commit ba4ffb0
Showing
1 changed file
with
3 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,19 @@ | ||
{ | ||
// 使用 IntelliSense 了解相关属性。 | ||
// 悬停以查看现有属性的描述。 | ||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "StartDev", | ||
"runtimeExecutable": "npm", | ||
"runtimeArgs": ["run", "start-watch"] | ||
"runtimeArgs": ["run", "start"] | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Restart", | ||
"name": "Lint", | ||
"runtimeExecutable": "npm", | ||
"runtimeArgs": ["run", "restart"] | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Reload", | ||
"runtimeExecutable": "npm", | ||
"runtimeArgs": ["run", "reload"] | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Restart in Prod Mode", | ||
"runtimeExecutable": "npm", | ||
"runtimeArgs": ["run", "restart-prod"] | ||
"runtimeArgs": ["run", "lint"] | ||
} | ||
] | ||
} |