No description
AppIcon.js was a stale, tracked, out-of-sync compiled duplicate of AppIcon.tsx (missing Zap/Thermometer too) sitting next to the real source. Since imports use bare 'from ./AppIcon' with no extension, Vite's default resolve order picks .js before .tsx, so it may have been silently shadowing the real source. Removed it so there's a single source of truth, and added Gauge (plant's icon) there. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| docs | ||
| public | ||
| src | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||