Nice little directory browser :D
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_ROOTx": "/home/helpimnotdrowning/ww/",
14 "nhnd_Utatane_ROOT": "/mnt/URUHA"
15 }
16 },
17 "https": {
18 "commandName": "Project",
19 "dotnetRunMessages": true,
20 "launchBrowser": true,
21 "applicationUrl": "https://localhost:7299;http://localhost:5180",
22 "environmentVariables": {
23 "ASPNETCORE_ENVIRONMENT": "Development",
24 "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Tailwind.Hosting",
25 "DEBUG": "tailwindcss:*",
26 "nhnd_Utatane_ROOT": "/mnt/URUHA"
27 }
28 }
29 }
30}