Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
env:
LOG_LEVEL: debug
RENOVATE_REPOSITORIES: ${{ github.repository }}
MEND_RNV_MC_TOKEN: ${{ secrets.MEND_RNV_MC_TOKEN }}
4 changes: 3 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ interface TemplateManifest {
{
// Runtime
'vite': '^6.0.7',
'@vitejs/plugin-react': '^4.3.4',
'@vitejs/plugin-react': '^5.0.0',
'next': '^16.1.6',
'react': '^19.0.0',
'react-dom': '^19.0.0',
Expand Down Expand Up @@ -679,12 +679,14 @@ npm run test:coverage # Coverage report
Options are conditional based on runtime:

**Vite (4 options)**:

- `tailwind` — Tailwind CSS v4 (recommended)
- `styled-components` — CSS-in-JS
- `css-modules` — Scoped CSS
- `css` — Plain CSS

**Next.js**:

- `tailwind` — Auto-selected (recommended for App Router)

### State Management
Expand Down
308 changes: 0 additions & 308 deletions CODE_QUALITY.md

This file was deleted.

Loading
Loading