feat: add demo mode feature flag using Redacted Script font

This commit is contained in:
Offending Commit
2026-04-27 14:09:06 -05:00
parent b25a6835b1
commit c2e2c835de
5 changed files with 95 additions and 18 deletions

View File

@@ -2,9 +2,12 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { createRouter, RouterProvider } from "@tanstack/react-router";
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { applyDemoMode, getDemoMode } from "@/lib/demo";
import { routeTree } from "./routeTree.gen";
import "./index.css";
applyDemoMode(getDemoMode());
const queryClient = new QueryClient({
defaultOptions: {
queries: {