mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(cli): ✨ Add new CLI commands, move to project root
This commit is contained in:
parent
68f16f9101
commit
fc06b35c09
21 changed files with 332 additions and 67 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { config } from "~packages/config-manager";
|
||||
import { LogManager, MultiLogManager } from "log-manager";
|
||||
import { config } from "~packages/config-manager";
|
||||
|
||||
const noColors = process.env.NO_COLORS === "true";
|
||||
const noFancyDates = process.env.NO_FANCY_DATES === "true";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue