mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Configuration change
This commit is contained in:
parent
79016d72e3
commit
13e75e9dd1
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"],
|
||||
"program": "./bin/www",
|
||||
"preLaunchTask": "copy"
|
||||
"preLaunchTask": "check-setup"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
|
||||
7
frontend/server/.vscode/tasks.json
vendored
7
frontend/server/.vscode/tasks.json
vendored
@ -25,13 +25,6 @@
|
||||
"endsPattern": "Waiting for connections..."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "copy",
|
||||
"type": "shell",
|
||||
"command": "./scripts/copy.bat",
|
||||
"isBackground": false,
|
||||
"dependsOn": ["check-setup"],
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user