custom-expo-updates-server
custom-expo-updates-server copied to clipboard
Notice the service is using the Sync FS API
This will block the server responding from other requests, shouldn't this be using the async equivalent apis from fs?
await util.promisify(fs.readFile)(filepath)
https://github.com/expo/custom-expo-updates-server/blob/main/expo-updates-server/pages/api/assets.ts#LL63C22-L63C34