Skip to content

Commit

Permalink
Updated Updater working method and RemoteConfig for listening to updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Jun 30, 2020
1 parent f684282 commit d752e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/package.json
Expand Up @@ -11,7 +11,7 @@
"deploy-server": "cross-env-shell RUN_SERVER=true \"firebase deploy --only functions\"",
"logs": "firebase functions:log",
"server": "cross-env-shell RUN_SERVER=true RUNNING_LOCAL=true \"npm run build && firebase emulators:start --only functions\"",
"daemon": "cross-env-shell RUN_DAEMON=true RUNNING_LOCAL=true \"npm run build && firebase emulators:start --only functions,pubsub\""
"daemon": "cross-env-shell RUN_DAEMON=true RUNNING_LOCAL=true \"npm run build && firebase emulators:start --only functions\""
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit d752e11

Please sign in to comment.