- Core infrastructure: Zustand store, API client with mock fallback - Mode detection: Port 8080 (kiosk) / 9090 (remote) - Dashboard components: RainfallCard, ClockDisplay, CommStatus - Header components: VoltageDisplay, BatteryStatus, LoginIndicator - Data polling with visibility awareness - Bundle size: ~100KB gzipped Also adds README.md and WIKI.md documentation
11 lines
140 B
JSON
11 lines
140 B
JSON
{
|
|
"files": [
|
|
{
|
|
"path": "dist/assets/*.js",
|
|
"maxSize": "200kB",
|
|
"compression": "gzip"
|
|
}
|
|
],
|
|
"strict": false
|
|
}
|