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