Files

12 lines
221 B
JSON
Raw Permalink Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "web",
"runtimeExecutable": "dotnet",
"runtimeArgs": ["run", "--project", "src/JobsMedical.Web", "--no-build"],
"port": 5020
}
]
}