mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🔥 Remove old config-manager symlink
This commit is contained in:
parent
3ce2443484
commit
daabce46eb
77 changed files with 74 additions and 86 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue