Skip to content

Commit f36532c

Browse files
committed
Watch hangs on launch
1 parent 28ef6ba commit f36532c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"outFiles": ["${workspaceRoot}/client/out/**/*.js"],
1515
"preLaunchTask": {
1616
"type": "npm",
17-
"script": "watch"
17+
"script": "compile"
1818
}
1919
},
2020
{

0 commit comments

Comments
 (0)