Chobit Integration #2

Merged
brister merged 2 commits from feature/issue-1-chobit-integration into master 2026-03-15 02:34:12 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 928e69b2ec - Show all commits

View File

@@ -34,7 +34,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JSMR.Application\JSMR.Application.csproj" />
<ProjectReference Include="..\JSMR.Infrastructure\JSMR.Infrastructure.csproj" />
</ItemGroup>

View File

@@ -8,6 +8,14 @@
},
"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",