mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
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:
commit
80987f8548
653 changed files with 7585 additions and 5380 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue