blah blah
Some checks failed
Code quality checks / biome (push) Failing after 12s

This commit is contained in:
Seth 2025-05-18 23:49:25 -04:00
parent ed89311c3f
commit 56518ea879
10 changed files with 174 additions and 98 deletions

View file

@ -3,10 +3,6 @@ import { file, gc, serve } from "bun";
import pkg from "../package.json";
import Backend from "./back";
if (!Backend.development) {
process.env.NODE_ENV = "PRODUCTION";
}
let heartrate = 0;
let lanyard: LanyardData = {
discord_status: "online",