Edited installation message, fixed dev environment for server

This commit is contained in:
Pax1601
2024-03-05 00:27:35 +01:00
parent a6ec3a8cd0
commit f13545eae9
3 changed files with 10 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"<node_internals>/**"
],
"args": ["--config", "${input:enterDir}/Config/olympus.json"],
"program": "./bin/www"
"program": "./bin/www",
"preLaunchTask": "copy"
},
{
"type": "node",

View File

@@ -25,6 +25,13 @@
"endsPattern": "Waiting for connections..."
}
}
},
{
"label": "copy",
"type": "shell",
"command": "./scripts/copy.bat",
"isBackground": false,
"dependsOn": ["check-setup"],
}
],
"inputs": [