We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb8573 commit 9c78ee5Copy full SHA for 9c78ee5
basic/.install/index.js
@@ -14,7 +14,7 @@ module.exports = async ({ project, projectDir }) => {
14
15
process.chdir('server/')
16
replaceInFiles(
17
- ['src/index.ts', 'package.json', 'database/prisma.yml'],
+ ['src/index.js', 'package.json', 'database/prisma.yml'],
18
templateName,
19
project,
20
)
0 commit comments