Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit 9ab07b2

Browse files
author
Hugo Vieilledent
committed
update yarn start and port 4001 for api
1 parent 7fa9f30 commit 9ab07b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"scripts": {
77
"postinstall": "cd src; $npm_execpath install",
8-
"start": "nodemon src/index.js",
8+
"start": "firebase serve -p 4001",
99
"test": "ava",
1010
"deploy-api": "firebase use staging; firebase deploy --only functions",
1111
"deploy-api-production": "firebase use production; firebase deploy --only functions",

0 commit comments

Comments
 (0)