If you update plugins/index.ts or src/content/schema.ts, but pnpm dev does not reflect the changes, try deleting these cache directories first:
.astro/node_modules/.astro/
Then run pnpm dev again.
This usually helps when Astro keeps stale transformed content, schema metadata, or plugin processing artifacts during local development.