feat: combine daily weather into single feed item

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-29 14:31:02 +00:00
parent 53dbf1ca34
commit 7a37abca67
4 changed files with 100 additions and 24 deletions

View File

@@ -11,6 +11,7 @@ export {
type HourlyWeatherEntry,
type DailyWeatherFeedItem,
type DailyWeatherData,
type DailyWeatherEntry,
type WeatherAlertFeedItem,
type WeatherAlertData,
} from "./feed-items"