Merge pull request #6281 from cmgustavo/bug/ionic-serve-01

Ionic Config: Set any ip address for ionic serve
This commit is contained in:
Gabriel Edgardo Bazán 2017-06-22 10:06:31 -03:00 committed by GitHub
commit fae10c3180

View file

@ -81,7 +81,7 @@
},
"scripts": {
"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:android": "npm run build:www && npm run build:android && npm run run:android",
"start:windows": "npm run build:www && npm run build:windows",