Skip to content

Commit 86d7442

Browse files
committed
Step 13.36: Set ROOT_URL environmental parameter before launching Meteor
1 parent 1819a87 commit 86d7442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"url": "https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp.git"
1010
},
1111
"scripts": {
12-
"api": "cd api && meteor run --settings private/settings.json",
12+
"api": "cd api && export ROOT_URL=http://meteor.linuxsystems.it:3000 && meteor run --settings private/settings.json",
13+
"api:reset": "cd api && meteor reset",
1314
"clean": "ionic-app-scripts clean",
1415
"build": "ionic-app-scripts build",
1516
"lint": "ionic-app-scripts lint",

0 commit comments

Comments
 (0)