First Upload
This commit is contained in:
8
docs/global.d.ts
vendored
Normal file
8
docs/global.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: 'development' | 'production';
|
||||
CF_PAGES_BRANCH: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user