Skip to content

Commit 9c78ee5

Browse files
committed
fix: prepare for prisma 1.7
1 parent fcb8573 commit 9c78ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/.install/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = async ({ project, projectDir }) => {
1414

1515
process.chdir('server/')
1616
replaceInFiles(
17-
['src/index.ts', 'package.json', 'database/prisma.yml'],
17+
['src/index.js', 'package.json', 'database/prisma.yml'],
1818
templateName,
1919
project,
2020
)

0 commit comments

Comments
 (0)