Skip to content

Commit

Permalink
chore(eas): testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandatoledo committed Aug 6, 2024
1 parent 810f17c commit c1312ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type { ConfigContext, ExpoConfig } from '@expo/config';

import { ClientEnv, Env } from './env';

const { API_URL, SECRET_KEY, VAR_NUMBER, VAR_BOOL } = process.env;

export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: Env.NAME,
Expand Down Expand Up @@ -81,6 +83,10 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
...ClientEnv,
eas: {
projectId: Env.EAS_PROJECT_ID,
API_URL,
SECRET_KEY,
VAR_NUMBER,
VAR_BOOL,
},
},
});

0 comments on commit c1312ac

Please sign in to comment.