Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Vue (and by extension Node) #1009

Merged
merged 4 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading