mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Refactoring of building scripts
This commit is contained in:
6
client/.vscode/tasks.json
vendored
6
client/.vscode/tasks.json
vendored
@@ -8,6 +8,12 @@
|
||||
"type": "shell",
|
||||
"command": "npm run debug",
|
||||
"isBackground": true
|
||||
},
|
||||
{
|
||||
"label": "server-nodcs",
|
||||
"type": "shell",
|
||||
"command": "npm run debug-nodcs",
|
||||
"isBackground": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user