init
This commit is contained in:
6
mb-app/env.d.ts
vendored
Normal file
6
mb-app/env.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
EXPO_PUBLIC_SUPABASE_URL?: string;
|
||||
EXPO_PUBLIC_SUPABASE_ANON_KEY?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user