first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user