Nice little directory browser :D
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc

+31 -31
+25 -24
Properties/launchSettings.json
··· 1 1 { 2 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 - } 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 27 } 28 28 } 29 29 } 30 + }
+6 -7
Utatane.csproj
··· 19 19 <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> 20 20 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 21 21 </Content> 22 - <Content Include="Tailwind\style.tw.css" /> 23 - <Content Include="Tailwind\style.tw.css" /> 22 + <Content Include="Tailwind/style.tw.css" /> 24 23 </ItemGroup> 25 24 26 25 <Target Name="UsePublicNotWwwroot" AfterTargets="Publish"> ··· 28 27 </Target> 29 28 30 29 <ItemGroup> 31 - <PackageReference Include="FluentResults" Version="4.0.0" /> 32 - <PackageReference Include="Functional.DiscriminatedUnion" Version="1.1.2" /> 33 - <PackageReference Include="MimeMapping" Version="4.0.0" /> 34 - <PackageReference Include="NUglify" Version="1.21.17" /> 35 - <PackageReference Include="Tailwind.Hosting" Version="1.2.4" /> 30 + <PackageReference Include="FluentResults" Version="4.0.0" /> 31 + <PackageReference Include="Functional.DiscriminatedUnion" Version="1.1.2" /> 32 + <PackageReference Include="MimeMapping" Version="4.0.0" /> 33 + <PackageReference Include="NUglify" Version="1.21.17" /> 34 + <PackageReference Include="Tailwind.Hosting" Version="1.2.4" /> 36 35 <PackageReference Include="Tailwind.Hosting.Build" Version="1.2.4"> 37 36 <PrivateAssets>all</PrivateAssets> 38 37 <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>