Let's say you have two users and repos likejordiup/repo1 and not_jordiup/repo2.
You want to push and pull from them using different accounts.
| import { generatorHandler } from "@prisma/generator-helper"; | |
| import fs from "node:fs/promises"; | |
| import path from "node:path"; | |
| const header = `// This file was generated by a custom prisma generator, do not edit manually.\n`; | |
| generatorHandler({ | |
| onManifest() { | |
| return { | |
| defaultOutput: "./enums/index.ts", |