init
This commit is contained in:
8
environment.d.ts
vendored
Normal file
8
environment.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: 'production' | 'development' | 'test';
|
||||
|
||||
NEXT_PUBLIC_BASE_URL: string;
|
||||
NEXT_PUBLIC_BACKEND_BASE_URL: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user