i did stuff
This commit is contained in:
parent
67d53818f3
commit
3fb2883091
8 changed files with 105 additions and 10 deletions
3
globals.d.ts
vendored
3
globals.d.ts
vendored
|
@ -1,5 +1,8 @@
|
|||
declare module "bun" {
|
||||
interface Env {
|
||||
TOKEN: string;
|
||||
API: string;
|
||||
DB_URL: string;
|
||||
DB_TYPE: "sqlite" | "postgres";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue