bill 2 lat temu
rodzic
commit
5bd85884d3
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/main.ts

+ 4 - 4
src/main.ts

@@ -1,8 +1,8 @@
 import VConsole from "vconsole";
-// if (import.meta.env.MODE === "test") {
-if (!os.isPc) {
-  new VConsole();
-  // }
+if (import.meta.env.MODE === "test") {
+  if (!os.isPc) {
+    new VConsole();
+  }
 }
 
 import "@/assets/theme.editor.scss";