From 3e4e5d3e26f96a4fac284e6b9d16e7d9e3ac46a6 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 31 May 2025 20:29:51 +0200 Subject: Init test frontend --- .../SafeNSound.Frontend/Properties/launchSettings.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testFrontend/SafeNSound.Frontend/Properties/launchSettings.json (limited to 'testFrontend/SafeNSound.Frontend/Properties') diff --git a/testFrontend/SafeNSound.Frontend/Properties/launchSettings.json b/testFrontend/SafeNSound.Frontend/Properties/launchSettings.json new file mode 100644 index 0000000..014db9d --- /dev/null +++ b/testFrontend/SafeNSound.Frontend/Properties/launchSettings.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "applicationUrl": "http://localhost:5247", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} -- cgit 1.5.1