Skip to content

Commit

Permalink
tools(vscode): fix task config for mock api
Browse files Browse the repository at this point in the history
  • Loading branch information
PalatinCoder committed Mar 27, 2019
1 parent 1117e33 commit ebc3ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
"type": "shell",
"label": "Dev: Mock API",
"command": "node loader",
"command": "node server",
"problemMatcher": [],
"options": {
"cwd": "${workspaceFolder}/mock-api"
Expand Down

0 comments on commit ebc3ee3

Please sign in to comment.