mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 15:09:23 +02:00
style: auto-format codebase with Prettier
Applied formatting to 1487+ files using pnpm format:write - TypeScript/JavaScript files - Svelte components - Astro pages - JSON configs - Markdown docs 13 files still need manual review (Astro JSX comments)
This commit is contained in:
parent
0241f5554c
commit
d36b321d9d
3952 changed files with 661498 additions and 739751 deletions
|
|
@ -59,10 +59,11 @@ redis-cli ping
|
|||
Visit: http://localhost:5173/api/redis-status
|
||||
|
||||
Should see:
|
||||
|
||||
```json
|
||||
{
|
||||
"connected": true,
|
||||
"available": true
|
||||
"connected": true,
|
||||
"available": true
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -105,17 +106,20 @@ brew services stop redis
|
|||
## 🆘 Help
|
||||
|
||||
**Redis won't start?**
|
||||
|
||||
```bash
|
||||
brew services restart redis
|
||||
```
|
||||
|
||||
**Connection refused?**
|
||||
|
||||
```bash
|
||||
# Check if running
|
||||
ps aux | grep redis
|
||||
```
|
||||
|
||||
**Cache not working?**
|
||||
|
||||
- Check console for Redis connection message
|
||||
- Verify environment variables are loaded
|
||||
- Try explicit env vars: `REDIS_HOST=localhost npm run dev`
|
||||
- Try explicit env vars: `REDIS_HOST=localhost npm run dev`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue