feat(storm-intel): replace Hail Recon per-pin history with keyless IEM LSR + NOAA SWDI storm history (multi-type, no API key)

This commit is contained in:
Satyam Rastogi
2026-05-30 06:12:48 +05:30
parent 6a3e4afd4e
commit 034ed1d180
3 changed files with 198 additions and 32 deletions
+1
View File
@@ -18,6 +18,7 @@ import react from '@vitejs/plugin-react'
// Only KV-free handlers are safe to import into the dev pipeline.
const DEV_API_HANDLERS = {
'storm-forecast': () => import('./api/storm-forecast.js'),
'storm-history': () => import('./api/storm-history.js'),
'hail-proxy': () => import('./api/hail-proxy.js'),
'storm-events': () => import('./api/storm-events.js'),
'storm-polygons': () => import('./api/storm-polygons.js'),