's'
This commit is contained in:
8
types/env.d.ts
vendored
Normal file
8
types/env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NEXTAUTH_URL: string
|
||||
NEXTAUTH_SECRET: string
|
||||
GITHUB_CLIENT_ID: string
|
||||
GITHUB_SECRET: string
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user