Luka
Explore posts from serversDTDrizzle Team
•Created by Luka on 7/10/2024 in #help
monorepo migration folder bundling
I have a turborepo monorepo. Trying to have db as a separate internal package along with its migrations folder but the migrate function uses the migrations folder from the client app rather than the package itself
18 replies
TRPC with Turborepo Nextjs
Do you guys usually put trpc inside the nextjs project or have it outside as a separate package/service?
I've seen some people put the whole trpc in a package of its own and just import the api object in nextjs from the package. wondering what are the advantages and disadvantages of the either way
3 replies
TTCTheo's Typesafe Cult
•Created by Luka on 6/18/2024 in #questions
disable logging in next 14.2
anyone have any idea how i can disable the logging added in 14.2?
22 replies
React Query client and caller client under one object
Would love to know if it is possible to have caller and react query clients under one object?
I feel like it would be great to go api.cart.getCartItems() in server components that would utilise caller and api.card.getCartItems.useQuery() in client components.
5 replies
Solidstart Astro or Vite
Created a SolidStart project and saw that it was using Astro. Looking at the docs it says the project should be in vite. Can anyone tell me what's going on?
Mostly interested cause libraries are asking to add something to vite config and I don't know whether to skip that step or I've set up something wrong
4 replies