Closed robbie-cahill closed 1 year ago
Thanks for your suggestion!
There are no plans to add this in the foreseeable future.
If you think your request could live outside Nest's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.
This is a simple
npm
script to start NestJS locally with a Public URL forwarding to your local.Behind the scenes, this uses Tunnelmole as an
npm
dependency.Some possible use cases
I've updated the README with instructions to run the script. To try it out, run
npm run start:public
.Here is an example:
In this example, hitting any of the Tunnelmole URLs shown will forward to your local NestJS application.
Everything is installed through
npm
and there is no need to install anything separately for this to work.