[CLAUDE] App: acceptance DONG local A2+T8 PASS (state-that + changelog-shape + guard-409 runtime) + YC-021 W-3 nguong 500ms + ring1-persona va + goi-chot 4.3 PASS

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
pqhuy1987
2026-08-10 03:22:38 +07:00
parent 2a5290a88e
commit 87e979ff02
7 changed files with 39 additions and 4 deletions

17
.claude/launch.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "api",
"runtimeExecutable": "dotnet",
"runtimeArgs": ["run", "--project", "src/Backend/SolutionErp.Api", "--urls", "http://localhost:5443"],
"port": 5443
},
{
"name": "fe-admin",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--prefix", "fe-admin"],
"port": 8082
}
]
}