Files
pos-system/microservices/.claude/launch.json
Ho Ngoc Hai 76d75c753b Migrate
2026-05-23 18:37:02 +07:00

12 lines
283 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "pos-web",
"runtimeExecutable": "dotnet",
"runtimeArgs": ["run", "--project", "apps/web-client-tpos-net/src/WebClientTpos.Server", "--launch-profile", "http", "--no-build"],
"port": 5092
}
]
}