We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1819a87 commit 86d7442Copy full SHA for 86d7442
package.json
@@ -9,7 +9,8 @@
9
"url": "https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp.git"
10
},
11
"scripts": {
12
- "api": "cd api && meteor run --settings private/settings.json",
+ "api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it:3000 && meteor run --settings private/settings.json",
13
+ "api:reset": "cd api && meteor reset",
14
"clean": "ionic-app-scripts clean",
15
"build": "ionic-app-scripts build",
16
"lint": "ionic-app-scripts lint",
0 commit comments