Skip to content

Commit

Permalink
revert API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Apr 15, 2021
1 parent 1133460 commit f175aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "API_URL=https://api.serenity.re/graphql expo start",
"start": "API_URL=http://localhost:4000 expo start",
"start:prod": "expo start",
"eject": "expo eject",
"test": "jest",
Expand Down

0 comments on commit f175aad

Please sign in to comment.