Skip to content

Commit 0f95d71

Browse files
author
bcsik
committed
add launch script for ng build
1 parent e4e6653 commit 0f95d71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
33
"version": "0.2.0",
44
"configurations": [
5+
{
6+
"name": "ng build",
7+
"request": "launch",
8+
"type": "chrome",
9+
"preLaunchTask": "npm: build",
10+
"url": "http://localhost:4200"
11+
},
512
{
613
"name": "ng serve",
714
"type": "chrome",

0 commit comments

Comments
 (0)