Files
solution-erp/.claude/launch.json
pqhuy1987 091073f910
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 11m37s
[CLAUDE] Docs: YC-029/YC-030 ghi sổ 5 điều chỉnh GĐ3 + 5 phán quyết Q1-Q5 + STATUS S190 row
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-12 22:10:10 +07:00

24 lines
578 B
JSON

{
"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
},
{
"name": "fe-user",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--prefix", "fe-user", "--", "--port", "8081"],
"port": 8081
}
]
}