Skip to content

Commit 0c9fbcb

Browse files
committed
adjust formatting of final instructions
1 parent 74f508e commit 0c9fbcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

adminforth/commands/createApp/utils.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,10 @@ function generateFinalInstructions(skipPrismaSetup) {
170170
instruction += `
171171
${chalk.dim('// runs "npx prisma migrate dev --name init" to generate and apply initial migration')};
172172
${chalk.cyan('$ npm run makemigration -- --name init')}`;
173+
173174
instruction += `
174-
${chalk.dim('\n// starts dev server with tsx watch for hot-reloading')}\n
175-
${chalk.cyan('$ npm start')}
175+
${chalk.dim('\n// starts dev server with tsx watch for hot-reloading')}
176+
${chalk.cyan('$ npm start')}\n
176177
`;
177178

178179
instruction += '😉 Happy coding!';

0 commit comments

Comments
 (0)