Fixed scanning issue. Updated worker.
Some checks failed
ci / build-test (push) Has been cancelled
ci / publish-image (push) Has been cancelled

This commit is contained in:
2026-02-14 22:47:19 -05:00
parent 340c62d18b
commit a85989a337
14 changed files with 286 additions and 36 deletions

View File

@@ -0,0 +1,26 @@
{
"profiles": {
"Scan (JP, 1 page)": {
"commandName": "Project",
"commandLineArgs": "scan --locale Japanese --start 1 --end 1 --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"
}
}
}
}