Add:
- context/ - hook/ - types/ ### No Issue
This commit is contained in:
5
types/env.d.ts
vendored
Normal file
5
types/env.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
API_BASE_URL?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user