Skip to content

Commit

Permalink
fix start:ios
Browse files Browse the repository at this point in the history
  • Loading branch information
menelike committed May 18, 2021
1 parent 9cbb157 commit f9750c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"start": "ROOT_URL=http://localhost:3001 meteor run --port 3001",
"start:android": "ROOT_URL=http://localhost:3001 meteor run android --port 3001",
"start:ios": "ROOT_URL=http://localhost:3001 meteor run ios --port 3001 --mobile-server 192.168.1.48:3001",
"start:ios": "ROOT_URL=http://localhost:3001 meteor run ios --port 3001",
"prettier:check": "prettier --check '**/*.js'",
"prettier:write": "prettier --write '**/*.js'"
},
Expand Down

0 comments on commit f9750c6

Please sign in to comment.