add local run and save button

This commit is contained in:
2023-12-20 12:53:30 +01:00
parent 7bb7ab6f13
commit f619cc850a
11 changed files with 184 additions and 31 deletions
+3 -2
View File
@@ -3,11 +3,12 @@
"Kemkas.Web": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:7251;http://localhost:5174",
"applicationUrl": "https://*:7251;http://*:5174",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
}
},
"launchUrl": "https://localhost:8000"
}
}
}