Skip to content

Commit

Permalink
chores: run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nikanzeyaei committed Aug 19, 2023
1 parent 9f419a6 commit 6fd257f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/hosting/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Instead, you will often have to have a database separately and connect to it if
| Scaleway Functions | Free | €0.15/1M req, €1.2/100K GB-s | [1M requests, 400K GB-s/mo](https://www.scaleway.com/en/pricing/?tags=serverless-functions-serverlessfunctions) |||| |
| Scaleway Containers | Free | €0.10/100K GB-s, €1.0/100K vCPU-s | [400K GB-s, 200K vCPU-s/mo](https://www.scaleway.com/en/pricing/?tags=serverless-containers-serverlesscontainers) |||| |
| Vercel Edge Functions | Free | $20/mo subscription for 500K | [100K req/day](https://vercel.com/pricing) | [](https://vercel.com/docs/concepts/functions/edge-functions/edge-runtime#compatible-node.js-modules) || [](https://vercel.com/templates/edge-functions) | |
| Cyclic.sh | Free | $1/mo per app, $0.50 for for 100K | [10K req/mo](https://docs.cyclic.sh/overview/limits) |||| |
| Cyclic.sh | Free | $1/mo per app, $0.50 for for 100K | [10K req/mo](https://docs.cyclic.sh/overview/limits) |||| |
| serverless.com | Free | | |||| |
| Heroku | $5 | $5 for 1,000 [dyno hours](https://devcenter.heroku.com/articles/usage-and-billing#dyno-usage-and-costs)/mo | [512MB RAM, sleeps after 30 mins of inactivity](https://www.heroku.com/pricing) |||| Deno is supported by a [third-party buildpack](https://github.com/chibat/heroku-buildpack-deno). |
| DigitalOcean Apps | $5 | | |||| Not tested |
Expand Down
1 change: 0 additions & 1 deletion site/docs/hosting/cyclic.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ npm run dev

Nodemon will watch your `bot.ts` file and restart your bot on every code change.


## Deploying

1. Create a repository on GitHub, it can be either private or public.
Expand Down

0 comments on commit 6fd257f

Please sign in to comment.