mirror of
https://github.com/sanidhyy/duolingo-clone.git
synced 2025-05-17 13:55:52 +08:00
env types added
This commit is contained in:
3
environment.d.ts
vendored
3
environment.d.ts
vendored
@ -13,6 +13,9 @@ declare global {
|
||||
|
||||
// public app url
|
||||
NEXT_PUBLIC_APP_URL: string;
|
||||
|
||||
// clerk admin user id(s) (separated by comma(,) and space( )). Ex: "user_123, user_456, user_789"
|
||||
CLERK_ADMIN_IDS: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user