adminforth 1.5.9 → 1.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -168,8 +168,8 @@ function generateFinalInstructions(skipPrismaSetup) {
|
|
|
168
168
|
let instruction = '⏭️ Run the following commands to get started:\n';
|
|
169
169
|
if (!skipPrismaSetup)
|
|
170
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')}
|
|
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
173
|
instruction += `
|
|
174
174
|
${chalk.dim('\n// starts dev server with tsx watch for hot-reloading')}\n
|
|
175
175
|
${chalk.cyan('$ npm start')}
|