mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Slight refactoring, begin work on major moderation overhaul
This commit is contained in:
parent
e05dca9fc1
commit
2bc9ff51ea
45 changed files with 639 additions and 109 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* Usage: TOKEN=your_token_here bun benchmark:timeline <request_count>
|
||||
*/
|
||||
|
||||
import { getConfig } from "@config";
|
||||
import { getConfig } from "~classes/configmanager";
|
||||
import chalk from "chalk";
|
||||
|
||||
const config = getConfig();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue