refactor: 🔥 Remove old config-manager symlink

This commit is contained in:
Jesse Wierzbinski 2024-08-19 14:43:54 +02:00 committed by April John
parent 3ce2443484
commit daabce46eb
77 changed files with 74 additions and 86 deletions

View file

@ -1,5 +1,5 @@
import { afterAll, describe, expect, test } from "bun:test";
import { config } from "config-manager";
import { config } from "~/packages/config-manager/index";
import { getTestUsers, sendTestRequest, wrapRelativeUrl } from "./utils";
const baseUrl = config.http.base_url;

View file

@ -6,7 +6,7 @@ import type {
Account as ApiAccount,
Relationship as ApiRelationship,
} from "@lysand-org/client/types";
import { config } from "config-manager";
import { config } from "~/packages/config-manager/index";
import { getTestUsers, sendTestRequest, wrapRelativeUrl } from "~/tests/utils";
const baseUrl = config.http.base_url;

View file

@ -7,7 +7,7 @@ import type {
Context as ApiContext,
Status as ApiStatus,
} from "@lysand-org/client/types";
import { config } from "config-manager";
import { config } from "~/packages/config-manager/index";
import { getTestUsers, sendTestRequest, wrapRelativeUrl } from "~/tests/utils";
const baseUrl = config.http.base_url;