Skip to content

Commit

Permalink
Update docs/prisma-schema-file.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
matthewmueller and janpio committed Jul 26, 2019
1 parent 6242fac commit e9c7959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prisma-schema-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ generator ts {
generator ts {
provider = "./path/to/custom/generator"
platforms = ["native", "linux-glibc-libssl1.0.2"]
pinnedPlatform = env("PLATFORM") // On local, "native" and in production, "linux-glibc-libssl1.0.2"
pinnedPlatform = env("PLATFORM") // On local set to "native"; in production set to "linux-glibc-libssl1.0.2"
}
```

Expand Down

0 comments on commit e9c7959

Please sign in to comment.