GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.3k stars 160 forks source link

fix: patching debugging docs #420

Closed cstanger closed 2 years ago

cstanger commented 2 years ago

After #377 adopting the entrypoint to ./build/src/main.js, the Node Inspector does not work as expected.

By pointing on the symlinked executable in node_modules/.bin/functions-framework (which is reflecting the right entry point) someone can use the functions framework in conjunction with the node inspector as expected.

cstanger commented 2 years ago

Also resolves #408