jaydens-stack icon indicating copy to clipboard operation
jaydens-stack copied to clipboard

A modern, efficient, and feature-packed monorepo boilerplate. Uses SvelteKit, tRPC, Shadcn, Tailwind CSS and Turborepo

Results 4 jaydens-stack issues
Sort by recently updated
recently updated
newest added

I followed the instructions mentioned in the readme > ## Adding shadcn components > > Adding new components is pretty simple, you can either manually over components to the `packages/ui`...

It could make sense to spin off tRPC into `packages/trpc`. but might add additional unneeded complexity.

enhancement
maybe

`@prisma/client` needs to be both installed in `apps/web` as well as `packages/database`. It's currently not possible to do `import { PrismaClient } from '@acme/database'` as it will throw an error:...

bug

Edge routes are currently not supported because of SvelteKitAuth in `hooks.server.ts`. Because `hooks.server.ts` intercepts each requests, it will load the Authjs config, and in turn load Prisma. Have solved this...

enhancement