try to add

This commit is contained in:
2025-11-05 02:03:38 -03:00
parent 1b2cbefe2d
commit 8d5b63d2de
3 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import {
} from 'react-router'
import { ThemeProvider } from '@repo/ui/components/theme-provider'
import '@repo/ui/globals.css'
import './app.css'
import { loggingMiddleware } from './middleware/logging'
export const middleware: Route.MiddlewareFunction[] = [loggingMiddleware]