From 6fd257f231c9d2134d6850851575e8fdb64fe250 Mon Sep 17 00:00:00 2001 From: nikanzeyaei Date: Sat, 19 Aug 2023 15:57:59 +0330 Subject: [PATCH] chores: run fmt --- site/docs/hosting/comparison.md | 2 +- site/docs/hosting/cyclic.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/site/docs/hosting/comparison.md b/site/docs/hosting/comparison.md index 19d9f1c5b..823ab278c 100644 --- a/site/docs/hosting/comparison.md +++ b/site/docs/hosting/comparison.md @@ -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 | diff --git a/site/docs/hosting/cyclic.md b/site/docs/hosting/cyclic.md index b64d96bae..fa9e775f6 100644 --- a/site/docs/hosting/cyclic.md +++ b/site/docs/hosting/cyclic.md @@ -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.