Emma Hamilton
Emma Hamilton
Providing a `localBaseDirectory` to the API route is the intended way to do this
I'm not able to reproduce this, could you share a GitHub repo with a minimal project where this happens?
Needs https://github.com/prisma/prisma/issues/26571
It looks like you're using the `@keystatic/core/reader` in a dynamically rendered page which won't work in environments like Cloudflare Workers since they don't have a file system, you should likely...
I'm not able to reproduce this, can you provide a GitHub repo with a project where this happens and details on what browser you're using?
I've just tried to reproduce this with Chrome (128.0.6613.138) on Windows with projects created with `pnpm create @keystatic@latest` with Astro and Next with select fields added and still haven't been...
Without a reproduction, I'm going to close this
This is possible with [`fields.markdoc.inline`](https://keystatic.com/docs/fields/markdoc#inline)/[`fields.mdx.inline`](https://keystatic.com/docs/fields/mdx#inline) and disabling whatever editor features you don't want to expose
We could use https://www.prisma.io/docs/orm/reference/prisma-schema-reference#dbgenerated to get around this