Skip to content

Commit

Permalink
Merge pull request #1009 from discord-csharp/remove-vue
Browse files Browse the repository at this point in the history
Remove Vue (and by extension Node)
  • Loading branch information
patrickklaeren authored Mar 26, 2024
2 parents ab44236 + 139d915 commit e5c04c6
Show file tree
Hide file tree
Showing 192 changed files with 7 additions and 21,831 deletions.
1 change: 0 additions & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<PackageReference Update="Serilog.Expressions" Version="4.0.0" />
<PackageReference Update="Serilog.Sinks.Console" Version="5.0.1" />
<PackageReference Update="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Update="Serilog.Sinks.Seq" Version="7.0.0" />

<PackageReference Update="Humanizer.Core" Version="2.14.1" />

Expand Down
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS dotnet-build-base
WORKDIR /src
RUN printf 'Package: nodejs\nPin: origin deb.nodesource.com\nPin-Priority: 600\n' > /etc/apt/preferences.d/nodesource
RUN apt-get update && apt-get install curl -y \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash -\
&& apt-get install nodejs -y
COPY Modix.sln .
COPY Directory.* .
COPY **/*.csproj ./
Expand Down
7 changes: 0 additions & 7 deletions Modix.Data/Models/Core/ModixConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
{
public class ModixConfig
{
public string? SeqEndpoint { get; set; } = null;

public string? SeqKey { get; set; } = null;

public string? DiscordToken { get; set; } = null;

public string? StackoverflowToken { get; set; } = null;
Expand All @@ -27,8 +23,5 @@ public class ModixConfig
public string? IlUrl { get; set; } = null;

public string WebsiteBaseUrl { get; set; } = "https://mod.gg";

public bool EnableStatsd { get; set; }
public bool UseBlazor { get; set; }
}
}
3 changes: 1 addition & 2 deletions Modix.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23DA774D-7AE9-48C1-A261-F27D15A07858}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build\build.sh = build\build.sh
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
docker-stack.yml = docker-stack.yml
Dockerfile = Dockerfile
readme.md = readme.md
build\test.sh = build\test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modix", "Modix\Modix.csproj", "{C4BE4089-0983-464F-9D76-EE9BD2B708DD}"
Expand Down
5 changes: 0 additions & 5 deletions Modix/ClientApp/.babelrc

This file was deleted.

1 change: 0 additions & 1 deletion Modix/ClientApp/.env

This file was deleted.

20 changes: 0 additions & 20 deletions Modix/ClientApp/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions Modix/ClientApp/.postcssrc

This file was deleted.

12 changes: 0 additions & 12 deletions Modix/ClientApp/dev-server-running.js

This file was deleted.

Loading

0 comments on commit e5c04c6

Please sign in to comment.