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 5ee14c8 commit c3d3417Copy full SHA for c3d3417
cli/commands/database/migrate.mjs
@@ -25,7 +25,7 @@ export default defineCommand({
25
},
26
async run({ args }) {
27
if (args.verbose) {
28
- process.env.CONSOLA_LEVEL = 'debug'
+ consola.level = 'debug'
29
}
30
const cwd = args.cwd || process.cwd()
31
consola.info('Ensuring database schema is generated...')
0 commit comments