feat: basic sharding support #154

Closed
Anri wants to merge 4 commits from sharding into main
Showing only changes of commit 0747c3ebe4 - Show all commits

View file

@ -10,8 +10,6 @@ const start_manager = () => {
// Load .env if not in prod
if (process.env.NODE_ENV !== "production") {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import("dotenv").then((c) => {
c.config({ path: "./config/.env" });