changed docker config

This commit is contained in:
2025-11-23 20:26:27 +01:00
parent d039336f39
commit dab004a7b6
3 changed files with 8 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App.tsx";
import i18n from "./utils/i18n"; // import i18n configuration DO NOT REMOVE
import { Providers } from "@/components/ui/Providers";
// Prevent unused variable tree shaking
let i18nUnused = i18n;