Skip to content

Commit 655d175

Browse files
author
hirsch88
committed
Fix debug process
1 parent 0c0e003 commit 655d175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"../dist/**/*.js"
1515
],
1616
"protocol": "inspector",
17-
"preLaunchTask": "build",
1817
"env": {
1918
"NODE_ENV": "development"
2019
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ All script are defined in the package.json file, but the most important ones are
153153

154154
## Debugger in VSCode
155155

156-
Just set a breakpoint and hit `F5` in your Visual Studio Code.
156+
To debug your code run `npm start build` or hit `cmd + b` to build your app.
157+
Then, just set a breakpoint and hit `F5` in your Visual Studio Code.
157158

158159
## API Routes
159160

0 commit comments

Comments
 (0)