tambahannya
This commit is contained in:
8
types/env.d.ts
vendored
Normal file
8
types/env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
DATABASE_URL?: string;
|
||||
JWT_SECRET?: string;
|
||||
BUN_PUBLIC_BASE_URL?: string;
|
||||
PORT?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user