Skip to content

Commit 87f140f

Browse files
Fix default --output value for prisma init (#7113)
* Remove migrate option from config reference * Fix default --output value for prisma init --------- Co-authored-by: Ankur Datta <[email protected]>
1 parent 010679f commit 87f140f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/500-reference/200-prisma-cli-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ By default, the project sets up a [local Prisma Postgres](/postgres/database/loc
135135
| `--url` | No | Define a custom `datasource` url. | |
136136
| `--generator-provider` | No | Define the generator provider to use. | `prisma-client-js` |
137137
| `--preview-feature` | No | Define the [Preview features](/orm/reference/preview-features) to use. To define multiple Preview features, you have to provide the flag multiple times for each Preview feature. See examples. | |
138-
| `--output` | No | Specifies the [output location for the generated client](/orm/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path). | `node_modules/.prisma/client` |
138+
| `--output` | No | Specifies the [output location for the generated client](/orm/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path). | `../generated/prisma` |
139139
| `--with-model` | No | Adds a simple `User` model to the initial Prisma schema. Available since version `5.14.0`. | |
140140

141141
#### Examples

0 commit comments

Comments
 (0)