Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@jgcarrillo jgcarrillo released this 17 Nov 12:29
· 300 commits to develop since this release

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.