Files
omnex-demo-app/omnex-plateform-client/app.config.js
T
Xor290 bef57d91de
Omnex Plateform App - EAS Build / build (push) Canceled after 7m42s
Omnex Plateform Client - EAS Build / build (push) Canceled after 4m43s
chore: build
2026-08-04 21:18:12 +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 } : {}),
},
};
};