Files

12 lines
215 B
JSON
Raw Permalink Normal View History

2026-06-01 22:08:43 +03:30
{
"version": "0.0.1",
"configurations": [
{
"name": "asadi-dotnet",
"runtimeExecutable": "dotnet",
"runtimeArgs": ["run", "--urls", "http://localhost:5050"],
"port": 5050
}
]
}