Files
jsmr/JSMR.Worker/Properties/launchSettings.json
Brian Bicknell 928e69b2ec
All checks were successful
ci / build-test (pull_request) Successful in 2m35s
ci / publish-image (pull_request) Has been skipped
Updated launch settings for debugging, and removed redundant project reference.
2026-03-14 22:24:21 -04:00

34 lines
1.0 KiB
JSON

{
"profiles": {
"Scan (JP, 1 page)": {
"commandName": "Project",
"commandLineArgs": "scan --locale Japanese --start 1 --end 1 --pageSize 100",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"workingDirectory": ""
},
"Scan (JP, 5 pages)": {
"commandName": "Project",
"commandLineArgs": "scan --locale Japanese --start 1 --end 5 --pageSize 100",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
},
"workingDirectory": ""
},
"Scan (EN, 3 pages)": {
"commandName": "Project",
"commandLineArgs": "scan --locale English --start 1 --end 3 --pageSize 100",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Watch (JP, every 5m)": {
"commandName": "Project",
"commandLineArgs": "scan --locale Japanese --start 1 --watch --every 00:05:00 --pageSize 100",
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}