Files
WintersBestWebForm/.claude/launch.json
T
2026-09-02 13:48:27 -04:00

12 lines
210 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "webform",
"runtimeExecutable": "dotnet",
"runtimeArgs": ["run", "--urls", "http://localhost:5052"],
"port": 5052
}
]
}