chore: ota
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = ({ config }) => {
|
||||
const updateUrl = process.env.EXPO_PUBLIC_UPDATE_URL;
|
||||
|
||||
return {
|
||||
...config,
|
||||
updates: {
|
||||
...config.updates,
|
||||
...(updateUrl ? { url: updateUrl } : {}),
|
||||
},
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user