Merge upstream umami v3.0.3 into master

Sync fork with latest upstream changes from umami-software/umami.
Resolves conflicts while preserving niteshift customizations:
- Dials SDK integration for runtime design prototyping
- Typography context for website metrics
- Overview Alt page with Sparkles icon
- Login redirect to /websites
- React Query cache seeding on login
- Node.js 20 LTS recommendation in README
This commit is contained in:
conorbranagan 2025-12-19 15:30:39 -05:00
commit 80987f8548
No known key found for this signature in database
653 changed files with 7585 additions and 5380 deletions

View file

@ -1,5 +1,5 @@
import 'dotenv/config';
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };
const TRACKER_SCRIPT = '/script.js';