webhook-sample
webhook-sample copied to clipboard
fix 'Error: Unsupported framework' on some platforms when deployed
Deploying on cloud providers like deta.sh raises an Error: Unsupported framework
when the app is deployed. This is fixed by adding a module.exports = app
at the end of index.js.