feat: add weather widget
All checks were successful
renovate / renovate (push) Successful in 1m3s
test-build / build (push) Successful in 1m47s

This commit is contained in:
2026-02-10 21:42:04 -06:00
parent 63cbcdf39b
commit b6dfc738f1
15 changed files with 164 additions and 25 deletions

View File

@@ -2,6 +2,7 @@ import { createDirectus, rest } from '@directus/sdk';
import type {
Global,
Weather,
Post,
Application,
Experience,
@@ -15,6 +16,7 @@ import { getDirectusURL } from '@lib/directusFunctions';
type Schema = {
site_global: Global;
site_weather: Weather;
posts: Post[];
site_applications: Application;
site_experience: Experience;