feat(app): disable router dev tools on prod
This commit is contained in:
parent
971da61e7b
commit
68db4df351
@ -25,7 +25,7 @@ export const Route = createRootRoute({
|
||||
</div>
|
||||
<hr />
|
||||
<Outlet />
|
||||
<TanStackRouterDevtools />
|
||||
{!import.meta.env.PROD && <TanStackRouterDevtools />}
|
||||
</>
|
||||
</SignedIn>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user