Rohit Verma
Rohit Verma
Explore posts from servers
CDCloudflare 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
TtRPC
Created by Rohit Verma on 6/14/2024 in #❓-help
strange behaviour with t3 trpc starter
I had copied the provided create-post component and created a duplicate create-video component, exact same just different db table. https://github.com/rverma-dev/t3-app-bug/commit/d08f1ca79e3dcbba6033b477308a14b7ee530536. However the page gets rendered and immediately it error out Error: ❌ Attempted to access a server-side environment variable on the client. Kind of looking at it for last 4-5 hours but no luck at all. The code is exact same as of create-post but don't work.
1 replies