We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e5bbd commit 5f4a082Copy full SHA for 5f4a082
1 file changed
apps/backend/README.md
@@ -8,6 +8,11 @@
8
- Shared i18n with `frontend` via [`@local/locales`]((../../locals/locales/README.md)) (using [petite-vue-i18n](./src/helpers/i18n.ts)).
9
- [Arktype](https://arktype.io/) validation setup.
10
- [Session management](./src/middlewares/session.ts).
11
+- Multi-platform support, one codebase that works for Node, Cloudflare Workers, AWS Lambda, and more.
12
+- Efficient providers management pattern, auto-optimize depends on platforms, with on-demand initialization support, sample providers includes:
13
+ - Kinde auth
14
+ - Convex
15
+ - grammY telegram bot
16
- And more minor goodies!
17
18
*You can view the OpenAPI UI live demo [HERE](https://4yjbmxiunrnigwewec4twf4zl40izfde.lambda-url.ap-southeast-1.on.aws/openapi/ui).*
0 commit comments