docs(frontend): update better-auth README notes (#1487)

This commit is contained in:
luo jiyin 2026-03-27 22:58:55 +08:00 committed by GitHub
parent 87d149d91d
commit 0f7d9462ff
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ src/
│ └── utils/ # Utility functions
├── hooks/ # Custom React hooks
├── lib/ # Shared libraries & utilities
├── server/ # Server-side code (Not available yet)
│ └── better-auth/ # Authentication setup (Not available yet)
├── server/ # Server-side code
│ └── better-auth/ # Authentication setup and session helpers
└── styles/ # Global styles
```