Files
omnex-demo-app/omnex-plateform-app/app.config.js
T
Xor290 877291e684
Omnex Plateform App - EAS Build / build (push) Failing after 8m4s
chore: v1.0.0
2026-08-04 18:47:47 +02:00

12 lines
251 B
JavaScript

module.exports = ({ config }) => {
const updateUrl = process.env.EXPO_PUBLIC_UPDATE_URL;
return {
...config,
updates: {
...config.updates,
...(updateUrl ? { url: updateUrl } : {}),
},
};
};