Set any ip address for ionic serve

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-21 10:21:32 -03:00
commit a5b5475057
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -81,7 +81,7 @@
}, },
"scripts": { "scripts": {
"postinstall": "bower install", "postinstall": "bower install",
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s", "start": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0",
"start:ios": "npm run build:www && npm run build:ios && npm run open:ios", "start:ios": "npm run build:www && npm run build:ios && npm run open:ios",
"start:android": "npm run build:www && npm run build:android && npm run run:android", "start:android": "npm run build:www && npm run build:android && npm run run:android",
"start:windows": "npm run build:www && npm run build:windows", "start:windows": "npm run build:www && npm run build:windows",