Skip to content

Commit

Permalink
passing through entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaliang committed Feb 28, 2018
1 parent 165e85a commit c9e542c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/functionsEmulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ FunctionsEmulator.prototype.start = function(shellMode) {
var promises = _.map(triggers, function(trigger) {
if (trigger.httpsTrigger) {
return controller.deploy(trigger.name, {
entryPoint: trigger.entryPoint,
firebase: true,
localPath: functionsDir,
triggerHttp: true
Expand All @@ -147,6 +148,7 @@ FunctionsEmulator.prototype.start = function(shellMode) {
var triggerEvent = parts[3];
logger.debug('Deploying functions locally');
return controller.deploy(trigger.name, {
entryPoint: trigger.entryPoint,
firebase: true,
localPath: functionsDir,
triggerProvider: triggerProvider,
Expand Down

0 comments on commit c9e542c

Please sign in to comment.