Files
SPT-Server-Build/SPTarkov.Server/Properties/launchSettings.json
T
2025-12-21 17:01:31 +01:00

20 lines
497 B
JSON

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