Skip to content

Commit

Permalink
Update expo:start script in mobile app package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 8, 2024
1 parent 7ff16a4 commit 97bc3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"main": "expo-router/entry",
"scripts": {
"expo:start": "expo start",
"expo:start": "expo start --dev-client",
"build:local": "eas build --profile development --platform ios --local",
"typecheck": "tsc --pretty"
},
Expand Down

1 comment on commit 97bc3dc

@vercel
Copy link

@vercel vercel bot commented on 97bc3dc Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.