chore: add eruda
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m32s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m32s
This commit is contained in:
@@ -2,6 +2,7 @@ import { StrictMode } from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import { RouterProvider, createRouter } from "@tanstack/react-router";
|
||||
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
|
||||
import eruda from "eruda";
|
||||
|
||||
import i18n from "@/i18n";
|
||||
import tg from "@/tg";
|
||||
@@ -18,6 +19,8 @@ declare module "@tanstack/react-router" {
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.env.MODE !== "production") eruda.init();
|
||||
|
||||
tg.init();
|
||||
i18n.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user