18 lines
442 B
JSON
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
|
|
}
|
|
]
|
|
}
|