feat: using Bun instead of Node.js\!
This commit is contained in:
8
functions/aemet/env.d.ts
vendored
Normal file
8
functions/aemet/env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare module "bun" {
|
||||
interface Env {
|
||||
APPWRITE_FUNCTION_API_ENDPOINT: string;
|
||||
APPWRITE_FUNCTION_PROJECT_ID: string;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user