feat: update dependencies and add new features
- Update package.json dependencies (@tanstack/react-query, @kevisual/*, etc.) - Add openLink utility function in basename.ts - Add stackQueryClient for React Query in query.ts - Refactor auth store with serverData and query hooks - Add demo route and auth hooks - Add VitePWA plugin and env config - Update AGENTS.md documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,6 @@ export { BaseHeader } from './modules/BaseHeader'
|
||||
import { useMemo } from 'react';
|
||||
import { useLocation, useNavigate } from '@tanstack/react-router';
|
||||
|
||||
|
||||
type Props = {
|
||||
children?: React.ReactNode,
|
||||
mustLogin?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user