Nikolas

Results 84 issues of Nikolas

reproduce with this snippet: ````md ```typescript file=app/routes/index.tsx showLineNumbers import { PrismaClient } from "../generated/prisma"; import { createServerFn } from "@tanstack/react-start"; import { createFileRoute } from "@tanstack/react-router"; const prisma = new...

website

### Problem Statement The snippet build system is really useful to validate that all snippets in the docs actually compile when the docs are built. Right now, they don't support...

enhancement
help wanted
docs

- [x] https://github.com/prisma/prisma-examples/tree/latest/orm/express - [x] https://github.com/prisma/prisma-examples/tree/latest/orm/fastify - [x] https://github.com/prisma/prisma-examples/tree/latest/orm/hapi - [x] https://github.com/prisma/prisma-examples/tree/latest/orm/koa - [x] https://github.com/prisma/prisma-examples/tree/latest/orm/nest ## Summary by CodeRabbit - **New Features** - Environment variables now load automatically at startup...