mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 12:00:18 +00:00
Move more extensions to extensions
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ import cluster, { Worker } from "node:cluster";
|
||||
import os from "node:os";
|
||||
import "reflect-metadata";
|
||||
import { red, bold, yellow, cyan, blueBright, redBright } from "picocolors";
|
||||
import { centerString, getRevInfoOrFail, Logo } from "@spacebar/util";
|
||||
import { centerString } from "@spacebar/extensions";
|
||||
import { getRevInfoOrFail, Logo } from "@spacebar/util";
|
||||
import { initStats } from "./stats";
|
||||
|
||||
const cores = process.env.THREADS ? parseInt(process.env.THREADS) : 1;
|
||||
|
||||
Reference in New Issue
Block a user