Skip to content

Commit

Permalink
Discard changes to app.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Jan 8, 2025
1 parent ee7282e commit b0b191a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ module.exports = function (config) {
const SENTRY_DIST = `${PLATFORM}.${VERSION}.${IS_TESTFLIGHT ? 'tf' : ''}${
IS_DEV ? 'dev' : ''
}`
const fs = require('node:fs')

fs.writeFile('./test.txt', process.env.EXPO_PUBLIC_ENV, err => {
if (err) {
console.error(err)
} else {
// file written successfully
}
})

return {
expo: {
Expand Down

0 comments on commit b0b191a

Please sign in to comment.