Nice little directory browser :D
at master 29 lines 966 B view raw
1{ 2 "$schema": "https://json.schemastore.org/launchsettings.json", 3 "profiles": { 4 "http": { 5 "commandName": "Project", 6 "dotnetRunMessages": true, 7 "launchBrowser": true, 8 "applicationUrl": "http://localhost:5180", 9 "environmentVariables": { 10 "ASPNETCORE_ENVIRONMENT": "Development", 11 "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Tailwind.Hosting", 12 "DEBUG": "tailwindcss:*", 13 "nhnd_Utatane_ROOT": "/home/helpimnotdrowning/ww/" 14 } 15 }, 16 "https": { 17 "commandName": "Project", 18 "dotnetRunMessages": true, 19 "launchBrowser": true, 20 "applicationUrl": "https://localhost:7299;http://localhost:5180", 21 "environmentVariables": { 22 "ASPNETCORE_ENVIRONMENT": "Development", 23 "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Tailwind.Hosting", 24 "DEBUG": "tailwindcss:*", 25 "nhnd_Utatane_ROOT": "/" 26 } 27 } 28 } 29 }