webhook-sample icon indicating copy to clipboard operation
webhook-sample copied to clipboard

fix 'Error: Unsupported framework' on some platforms when deployed

Open CarlosZBent opened this issue 2 years ago • 0 comments

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.

CarlosZBent avatar Jan 17 '23 22:01 CarlosZBent