ini tambahannya
This commit is contained in:
6
types/bun.ts
Normal file
6
types/bun.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
declare module "bun" {
|
||||
interface Env {
|
||||
PORT: string;
|
||||
NEXT_PUBLIC_WIBU_URL: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user