Skip to content

Commit ca6a521

Browse files
authored
Merge pull request #85 from akrantz/simple-start
Unified 'npm start' for both desktop and web
2 parents 1355177 + 629fbe6 commit ca6a521

File tree

3 files changed

+154
-183
lines changed

3 files changed

+154
-183
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"label": "Debug: Desktop",
3333
"type": "npm",
34-
"script": "start-desktop",
34+
"script": "start",
3535
"presentation": {
3636
"clear": true,
3737
"panel": "shared",

0 commit comments

Comments
 (0)