Add multiple select component

This commit is contained in:
Maxime Adler
2025-03-11 15:00:52 +01:00
parent 3ba79fdf03
commit 7d8f1c9544
17 changed files with 163 additions and 75 deletions

View File

@@ -7,6 +7,7 @@
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5172",
"launchUrl": "http://localhost:5172/Games",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -17,6 +18,7 @@
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7060;http://localhost:5172",
"launchUrl": "http://localhost:7060/Games",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}