refactor: 🔥 Remove old config-manager symlink

This commit is contained in:
Jesse Wierzbinski 2024-08-19 14:43:54 +02:00
parent 26dc389010
commit 4a1ad9dd96
No known key found for this signature in database
77 changed files with 74 additions and 86 deletions

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;