This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { getConfig } from '@expo/config' | |
| import fs from 'fs' | |
| import spawnAsync from '@expo/spawn-async' | |
| import chalk from 'chalk' | |
| import path from 'path' | |
| const appDir = process.cwd() | |
| console.log() | |
| console.log(chalk.green('Sentry source maps script. Working directory:')) |