Skip to content

Commit 1c45534

Browse files
committed
chore: use default import
1 parent d54774c commit 1c45534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const { consola } = require('consola')
1+
const consola = require('consola')
22

33
module.exports = consola.withTag('nuxt:dotenv')

0 commit comments

Comments
 (0)