Files
draletaha/.claude/launch.json
T
soroush.asadi 96e73bf633
CI/CD / CI · dotnet build (push) Failing after 0s
CI/CD / Deploy · drsousan (push) Has been skipped
first commit
2026-05-31 00:42:08 +03:30

18 lines
442 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "Dr Sousan Website",
"runtimeExecutable": "npx",
"runtimeArgs": ["serve", "-p", "3500", "F:/Projects/DrSousan"],
"port": 3500
},
{
"name": "Dr Sousan API",
"runtimeExecutable": "dotnet",
"runtimeArgs": ["run", "-c", "Release", "--no-launch-profile", "--project", "F:/Projects/DrSousan/DrSousan.Api"],
"port": 5199
}
]
}