You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be fairly simple to create an API which could be used for, say, a Telegram bot, using the same code base as the main app (see #18). This could be hosted as a Cloudflare Worker for instance.
Probably best to keep things in a monorepo for now, and just perform a split per folder in terms of deployment/build triggers.
The text was updated successfully, but these errors were encountered:
Eleventy supports Serverless, which is based on Netlify Functions. So, it should be fairly straightforward to host it on Netlify, but it might be more complicated if using, say, CloudFlare Pages/Workers. Something to consider in #67.
It should be fairly simple to create an API which could be used for, say, a Telegram bot, using the same code base as the main app (see #18). This could be hosted as a Cloudflare Worker for instance.
Probably best to keep things in a monorepo for now, and just perform a split per folder in terms of deployment/build triggers.
The text was updated successfully, but these errors were encountered: