diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-23 23:57:31 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-11 01:16:00 +1000 |
| commit | ee3fe6eeaa0ea3e847d1ba79d819e4701b31ab29 (patch) | |
| tree | 80d66c82ffe60e65c914fc1a364dc593a84dae3b /Properties/launchSettings.json | |
| parent | 0c09acbfeff4d0fb4a8c3ea688570db8fa13953c (diff) | |
Updated Server.csproj and launchSettings.json to convert to WASM
Diffstat (limited to 'Properties/launchSettings.json')
| -rw-r--r-- | Properties/launchSettings.json | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 9f4966c..cbc7191 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -1,31 +1,14 @@ { "profiles": { - "WSL": { - "commandName": "WSL2", - "launchBrowser": true, - "launchUrl": "https://localhost:7132", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_URLS": "https://localhost:7132;http://localhost:5186" - }, - "distributionName": "" - }, "HyperBooru": { "commandName": "Project", "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7132;http://localhost:5186" } - }, - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:1922", - "sslPort": 44354 - } } -}
\ No newline at end of file +} |
