Rohit Verma
Explore posts from serversCDCloudflare Developers
•Created by Rohit Verma on 7/18/2024 in #workers-help
is there any good monorepo generator for cloudflare workers, for managing 100+ simple functions
Should support vitest.
Bonus if we can leverage the worker.py for langchain too.
1 replies
CDCloudflare Developers
•Created by Rohit Verma on 6/24/2024 in #pages-help
Page rules for multiple nextjs apps
I have 3 nextjs apps (a,b,c) and wondering if I can enable something like
www.origin.com -> page-a
www.origin.com/b/* -> page-b
www.origin.com/c/* -> page-c.
However in the pages confiuration, I could only configure 1 custom domain and no options for path prefix.
1 replies