Jay O'Conor
Jay O'Conor
Prisma model: ``` model Xpolicy { enterprise String name String @@id([enterprise, name]) } ``` `yarn rw prisma migrate dev` runs successfully `yarn rw g scaffold xpolicy` results in error: ```...
Running `yarn rw dev` invokes [const rwProjectRoot = requireFromCli('./dist/lib/index.js').getPaths().base](https://github.com/redwoodjs/redwood/blob/3bbfdf2857822aa3adfbda7e9ffd164594bb5d3a/packages/core/src/bins/redwood.ts#L34) in packages/core/src/bins/redwood.ts _which invokes_ [import { getPaths as getRedwoodPaths, getConfig as getRedwoodConfig, } from '@redwoodjs/internal'](https://github.com/redwoodjs/redwood/blob/3bbfdf2857822aa3adfbda7e9ffd164594bb5d3a/packages/cli/src/lib/index.js#L16-L19) in packages/cli/src/lib/index.js _which invokes_ [export {...
### What's not working? Serverless framework has the concept of 'stages' for multiple, parallel deployments. The Serverless framework normally defaults to the 'dev' stage but RedwoodJS overrides this and defaults...
I’m working with the Android Management API and I notice that a couple fields have ‘readOnly’ status, but many fields that are read only are not so annotated. And there...