Files

18 lines
442 B
JSON
Raw Permalink Normal View History

2026-05-31 00:42:08 +03:30
{
"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
}
]
}