mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Edited installation message, fixed dev environment for server
This commit is contained in:
3
frontend/server/.vscode/launch.json
vendored
3
frontend/server/.vscode/launch.json
vendored
@@ -12,7 +12,8 @@
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"args": ["--config", "${input:enterDir}/Config/olympus.json"],
|
||||
"program": "./bin/www"
|
||||
"program": "./bin/www",
|
||||
"preLaunchTask": "copy"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
|
||||
7
frontend/server/.vscode/tasks.json
vendored
7
frontend/server/.vscode/tasks.json
vendored
@@ -25,6 +25,13 @@
|
||||
"endsPattern": "Waiting for connections..."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "copy",
|
||||
"type": "shell",
|
||||
"command": "./scripts/copy.bat",
|
||||
"isBackground": false,
|
||||
"dependsOn": ["check-setup"],
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
|
||||
Reference in New Issue
Block a user