Skip to content

Commit

Permalink
build: fix consola imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Jul 19, 2024
1 parent ad0035a commit b0ff814
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/consola.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// #215 - centralized logging system
// https://github.com/unjs/consola

import type { LogLevel, LogObject } from 'consola'
import { LogLevels, consola, createConsola } from 'consola'
import type { LogLevel, LogObject } from 'consola/core'
import { LogLevels, createConsola } from 'consola/core'
import { consola } from 'consola'

// default instance to write into browser's console
const defaultReporter = consola
Expand Down

0 comments on commit b0ff814

Please # to comment.