From d0f0ebe68a7276d0c8f31c537de3260e8954a138 Mon Sep 17 00:00:00 2001 From: Liz Date: Fri, 30 Jun 2017 17:12:18 -0400 Subject: [PATCH] changes the start script to listen on all network interfaces so others can join the server created by firebase serve --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3051eb8..85d4b13 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build-watch": "npm run build -- -w", "build-dev": "cross-env NODE_ENV=development npm run build-watch", "build-branch": "bin/build-branch.sh", - "start": "firebase serve", + "start": "firebase serve -o 0.0.0.0", "test": "mocha --compilers js:babel-register --watch-extensions js,jsx app/**/*.test.js app/**/*.test.jsx server/**/*.test.js fire/**/*.test.js", "test-watch": "npm run test -- --watch --reporter=min", "seed": "node db/seed.js",