feat: add src

closes #6
This commit is contained in:
cswimr 2025-01-29 18:09:21 +00:00
parent 93b6009d31
commit 8bcb8127bf
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
12 changed files with 411 additions and 1 deletions

View file

@ -0,0 +1,23 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5054",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7076;http://localhost:5054",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}