UNPKG

rwsdk-tools

Version:

A collection of utility tools for working with the RWSDK (Redwood SDK)

8 lines (7 loc) 257 B
- [ ] Add the mergePrismaSchema.mjs file to the `src/scripts` directory - [ ] Add a script to the `package.json` file to run the mergePrismaSchema.mjs file ```json "scripts": { "merge": "node src/scripts/mergePrismaSchema.mjs" } ```