Skip to content

Commit 2f9c042

Browse files
committed
minor adjustments
1 parent 3bab703 commit 2f9c042

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

advanced/.install/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ module.exports = async ({ project, projectDir }) => {
1919
templateName,
2020
project,
2121
)
22-
replaceInFiles(['.env'], '__PRISMA_ENDPOINT__', endpoint)
23-
22+
replaceInFiles(['prisma/prisma.yml'], '__PRISMA_ENDPOINT__', endpoint)
2423
console.log('Running $ prisma deploy...')
2524
await deploy(false)
2625

0 commit comments

Comments
 (0)