We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f508e commit 0c9fbcbCopy full SHA for 0c9fbcb
adminforth/commands/createApp/utils.js
@@ -170,9 +170,10 @@ function generateFinalInstructions(skipPrismaSetup) {
170
instruction += `
171
${chalk.dim('// runs "npx prisma migrate dev --name init" to generate and apply initial migration')};
172
${chalk.cyan('$ npm run makemigration -- --name init')}`;
173
+
174
- ${chalk.dim('\n// starts dev server with tsx watch for hot-reloading')}\n
175
- ${chalk.cyan('$ npm start')}
+ ${chalk.dim('\n// starts dev server with tsx watch for hot-reloading')}
176
+ ${chalk.cyan('$ npm start')}\n
177
`;
178
179
instruction += '😉 Happy coding!';
0 commit comments