Skip to content

Commit

Permalink
feat: update Babel config to include new API key for environment vari…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
Robert27 committed Dec 15, 2024
1 parent 1f9457a commit 23da2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (api) {
'transform-inline-environment-variables',
{
include: [
'EXPO_PUBLIC_NEULAND_GRAPHQL_ENDPOINT',
'EXPO_PUBLIC_THI_API_KEY',
'EXPO_PUBLIC_NEULAND_GRAPHQL_ENDPOINT',
'EXPO_PUBLIC_APTABASE_KEY',
],
Expand Down

0 comments on commit 23da2cd

Please sign in to comment.