Get dotenv working with typescript

This commit is contained in:
Kat Huang 2024-01-06 23:58:36 -07:00
parent 7f71c89ffb
commit 491ca28ab2

3
env.d.tsx Normal file
View File

@ -0,0 +1,3 @@
declare module "@env" {
export const API_URI: string;
}