(Rew) Andrew McLagan

Results 113 comments of (Rew) Andrew McLagan

Thanks. Both of these have solutions coming in the next couple weeks. This package is not production ready and is in alpha See https://github.com/wp-headless/auth

> > it looks like we may need to wait an another year for this feature: https://www.notion.so/Prisma-Roadmap-50766227b779464ab98899accb98295f > > I work for a national project. we are really surprised that...

This works in pnpm setup: ``` { "name": "your-monorepo-root", "private": true, // ...other properties like scripts, devDependencies, etc. "pnpm": { "overrides": { "whatwg-url": "^14.0.0", "tr46": "^4.1.1" } } } ```