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,8 +1,8 @@
|
|||
import { join } from "node:path";
|
||||
import { redirect } from "@/response";
|
||||
import type { BunFile } from "bun";
|
||||
import { config } from "config-manager";
|
||||
import { retrieveUserFromToken } from "~/classes/functions/user";
|
||||
import { config } from "~/packages/config-manager/index";
|
||||
import type { User } from "~/packages/database-interface/user";
|
||||
import { languages } from "./glitch-languages";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue