Files
Torch/Torch.Server/Properties/launchSettings.json
2022-01-22 21:13:38 +07:00

12 lines
245 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Torch.Server": {
"commandName": "Project",
"commandLineArgs": "-noupdate",
"use64Bit": true,
"hotReloadEnabled": false
}
}
}