We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60baa21 commit e746430Copy full SHA for e746430
README.md
@@ -27,15 +27,15 @@ yarn add -D prisma-typebox-generator
27
**2. Add the generator to the schema**
28
29
```prisma
30
-generator jsonSchema {
+generator typebox {
31
provider = "prisma-typebox-generator"
32
}
33
```
34
35
With a custom output path (default=./typebox)
36
37
38
39
40
output = "custom-output-path"
41
package.json
@@ -73,6 +73,6 @@
73
"trailingComma": "all"
74
},
75
"bin": {
76
- "prisma-json-schema-generator": "dist/cli.js"
+ "prisma-typebox-generator": "dist/cli.js"
77
78
0 commit comments