Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Oct 30, 2024
1 parent 33098f7 commit c39546f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions native/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Sentry.init({
})
// NOTE: you must change NEXT_PUBLIC_API_URL in dev.sh to match your local IP address. ie:
// "cross-env NEXT_PUBLIC_API_URL=192.168.1.229:8088 \
// Then, set the native url in the app on the user settings page: http://192.168.1.229:3000/

// If you're changing native code: uncomment the line below
// const BASE_URI = 'http://192.168.1.229:3000/'

const BASE_URI =
Expand Down

0 comments on commit c39546f

Please sign in to comment.