Skip to content

connect ngrok #46

@fmunoz92

Description

@fmunoz92

Add ngrok as dependency and add to boot.js something like that:

    .....
    .then(createServer);
    .then(connectNgrok);

function connectNgrok()
  if (process.env.NODE_ENV === 'development') {
    ngrok.connect(app.get('port'), (err, url) => {
      ...
    });
  }
  // return promise
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions