12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "webform",
|
|
"runtimeExecutable": "dotnet",
|
|
"runtimeArgs": ["run", "--urls", "http://localhost:5052"],
|
|
"port": 5052
|
|
}
|
|
]
|
|
}
|