feat(cli): adjust prisma init to write to .env instead of prisma/.env#4453
Merged
timsuchanek merged 13 commits intomasterfrom Dec 7, 2020
Merged
feat(cli): adjust prisma init to write to .env instead of prisma/.env#4453timsuchanek merged 13 commits intomasterfrom
prisma init to write to .env instead of prisma/.env#4453timsuchanek merged 13 commits intomasterfrom
Conversation
added 12 commits
December 2, 2020 15:17
fb0be53 to
d7f29e5
Compare
Jolg42
added a commit
that referenced
this pull request
Dec 7, 2020
* master: fix(deps): update engines to v2.13.0-29.105222cbd680701f59e805a5d1366464ce12ed85 (#4533) chore: fix browser test (#4534) improvement(migrate): help output tweaks (#4532) fix(client): runtime browser-build (#4507) fix(deps): update engines to v2.13.0-28.133cd6db7c9ac653c0a5b371c3a669bb41f150bd (#4529) chore(deps): pin dependency @prisma/fetch-engine to 2.12.1 fix(cli): return correct engine version when using env vars (#4458) improvement(migrate): status historiesDiverge (#4513) improvement(migrate): minor help changes (#4524) feat(sdk): inject custom binaries (#4526) fix(engine-core): cannot read property 'padEnd' of undefined (#4486) feat(cli): adjust `prisma init` to write to .env instead of prisma/.env (#4453) fix(client): middleware model type (#4478)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #3721
continuation of #4341