12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "pos-web",
|
|
"runtimeExecutable": "dotnet",
|
|
"runtimeArgs": ["run", "--project", "apps/web-client-tpos-net/src/WebClientTpos.Server", "--launch-profile", "http", "--no-build"],
|
|
"port": 5092
|
|
}
|
|
]
|
|
}
|