This commit is contained in:
parent
ed89311c3f
commit
56518ea879
10 changed files with 174 additions and 98 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue