ФУНКЦИИ - NODEDC TASK: listen for platform logout

This commit is contained in:
DCCONSTRUCTIONS
2026-05-04 23:24:12 +03:00
parent 424e262a91
commit f02865512f
2 changed files with 74 additions and 0 deletions
+2
View File
@@ -24,6 +24,7 @@ import globalStyles from "@/styles/globals.css?url";
import type { Route } from "./+types/root";
import designConfig from "../design.config.json";
// components
import { NodeDCSessionSync } from "@/components/auth-screens/nodedc-session-sync";
// local
import { CustomErrorComponent } from "./error";
import { AppProvider } from "./provider";
@@ -181,6 +182,7 @@ export const meta: Route.MetaFunction = () => [
export default function Root() {
return (
<AppProvider>
<NodeDCSessionSync />
<div className={cn("relative flex h-screen w-full flex-col overflow-hidden bg-canvas", "desktop-app-container")}>
<main className="relative h-full w-full overflow-hidden">
<Outlet />