Skip to content

Commit

Permalink
refactor(types): env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 committed Oct 27, 2024
1 parent ec6c1d1 commit 6ba4257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/environment.d.ts → environment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ declare global {
readonly NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID: string
readonly NEXT_PUBLIC_FIREBASE_APP_ID: string
readonly NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID: string
readonly NEXT_TELEMETRY_DISABLED: boolean
readonly NEXT_TELEMETRY_DISABLED: string
}
}
}
Expand Down

0 comments on commit 6ba4257

Please sign in to comment.