Merge branch 'analytics' of https://github.com/umami-software/umami into dev
Some checks are pending
Node.js CI / build (push) Waiting to run

This commit is contained in:
Francis Cao 2026-02-09 17:52:00 -08:00
commit 02d28a9c53
11 changed files with 37 additions and 35 deletions

View file

@ -11,7 +11,7 @@
},
"type": "module",
"scripts": {
"dev": "dotenv next dev --turbo",
"dev": "next dev -p 3009 --turbo",
"build": "npm-run-all check-env build-db check-db build-tracker build-geo build-app",
"start": "next start",
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",