cleanup config path
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m5s

This commit is contained in:
Lee
2024-04-18 07:32:21 +01:00
parent 49de624a88
commit 895b2f63c8
4 changed files with 12 additions and 11 deletions

View File

@ -7,10 +7,10 @@ import { ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuTrigger }
import { Colors } from "@/common/colors";
import { generateEmbed } from "@/common/embed";
import { isValidPlayer } from "@/common/player";
import config from "@root/config.json";
import { CachedPlayer, McUtilsAPIError, getPlayer } from "mcutils-library";
import { Metadata, Viewport } from "next";
import { ReactElement } from "react";
import config from "../../../../../config.json";
type Params = {
params: {

View File

@ -7,6 +7,7 @@ import { Colors } from "@/common/colors";
import { generateEmbed } from "@/common/embed";
import { isValidServer } from "@/common/server";
import { capitalizeFirstLetter } from "@/common/string-utils";
import config from "@root/config.json";
import {
CachedBedrockMinecraftServer,
CachedJavaMinecraftServer,
@ -16,7 +17,6 @@ import {
} from "mcutils-library";
import { Metadata, Viewport } from "next";
import { ReactElement } from "react";
import config from "../../../../../../config.json";
type Params = {
params: {