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')}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",