Files
SPT-Server-Build/SPTarkov.Server/Properties/launchSettings.json
T
CWX 9db19aa730 Update launchSettings.json
Add option for linux in launchSettings.json
2025-10-19 22:32:58 +01:00

15 lines
321 B
JSON

{
"profiles": {
"Spt Server": {
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "$(OutDir)"
},
"Spt Server (Linux)": {
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)"
}
}
}