register cmd
This commit is contained in:
parent
49d6b51de6
commit
5fd014b677
2 changed files with 12 additions and 6 deletions
5
globals.d.ts
vendored
5
globals.d.ts
vendored
|
@ -4,8 +4,11 @@ declare module "bun" {
|
|||
TOKEN: string;
|
||||
CLIENT_ID: string;
|
||||
|
||||
// stereo
|
||||
// db
|
||||
DB_URL: string;
|
||||
DB_TYPE: "sqlite" | "postgres";
|
||||
|
||||
// web
|
||||
API: string;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue