mirror of
https://github.com/un-pany/mobvue.git
synced 2026-03-13 10:23:31 +08:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import VConsole from "vconsole"
|
|
|
|
export function installConsole() {
|
|
(import.meta.env.VITE_CONSOLE === "true") && new VConsole()
|
|
}
|