refactor : rename Inventory_frontend to frontend in docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-04-01 14:20:19 +02:00
parent 73b2cf300d
commit be859e57db
17 changed files with 227 additions and 227 deletions

View File

@@ -1100,13 +1100,13 @@ git commit -m "feat(detail) : update catalogs and cross-links to use detail page
- [ ] **Step 1: Run lint**
```bash
cd Inventory_frontend && npm run lint:fix
cd frontend && npm run lint:fix
```
- [ ] **Step 2: Run typecheck**
```bash
cd Inventory_frontend && npx nuxi typecheck
cd frontend && npx nuxi typecheck
```
Fix any errors found.