Commit 09ad36c
chore(phase0): prep cleanup — env example, dedup @types, fix biome jsx, remove autoprefixer
Phase 0a preparation fixes before major upgrades:
1. Create .env.example with all 21+ environment variables grouped by scope
(public NEXT_PUBLIC_* vs server-only), with explanatory comments
2. Deduplicate @types/node, @types/react, @types/react-dom — removed from
dependencies, kept in devDependencies with latest version ranges
3. Fix biome.json JSX runtime: reactClassic → automatic (for React 19)
4. Remove autoprefixer from dependencies (not needed with @tailwindcss/postcss
in Tailwind v4)
5. components.json: tailwind.config.ts reference already removed (verified clean)
Co-authored-by: pm <pm@miriad.systems>1 parent 6c2cd95 commit 09ad36c
2 files changed
Lines changed: 4201 additions & 3817 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments