Running tRPC as a standalone!

A monorepo with multiple clients calling the same api.
.
└── my-repo/
├── packages/
│ ├── api
│ └── ...
└── apps/
├── mobile-1
├── next-1
├── next-2
└── ...
.
└── my-repo/
├── packages/
│ ├── api
│ └── ...
└── apps/
├── mobile-1
├── next-1
├── next-2
└── ...
Api will be deployed to varcel under api.mydomain.com and will be called by all apps, and some 3rd party clients. Is it possible to deploy the api package using nextjs on varcel - as a backend only?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?