Basic Scaffolding for Deployment
At the moment, Joserrabot is not able to deploy in a production environment.
Major Changes
- Folder structure changed from Netlify Functions to Vercer Serverless Functions.
- Update
package.json
scripts. - Update documentation.
I have tried with so many options in the asynchronous function at the end of bot.ts
but nothing seems to work. Maybe it's because I need to handle the request with some webhookCallback()
function but every try I attemp to do that, I got an error.
Probably the solution is use vercel-deno
to create a server that only respons when a request is made.