register cmd

This commit is contained in:
grngxd 2025-07-31 19:39:56 +01:00
parent 49d6b51de6
commit 5fd014b677
2 changed files with 12 additions and 6 deletions

5
globals.d.ts vendored
View file

@ -4,8 +4,11 @@ declare module "bun" {
TOKEN: string;
CLIENT_ID: string;
// stereo
// db
DB_URL: string;
DB_TYPE: "sqlite" | "postgres";
// web
API: string;
}
}