UNPKG

prisma-trpc-shield-generator

Version:

Prisma +2 generator to emit a tRPC shield from your Prisma schema

8 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configSchema = void 0; const zod_1 = require("zod"); exports.configSchema = zod_1.z.object({ contextPath: zod_1.z.string().default('../../../../src/context'), }); //# sourceMappingURL=config.js.map