Updated Next.

This commit is contained in:
Mike Cao 2025-04-16 21:29:47 -07:00
parent cffddd2073
commit afb8fd3894
4 changed files with 202 additions and 175 deletions

View file

@ -10,7 +10,8 @@
"url": "https://github.com/umami-software/umami.git"
},
"scripts": {
"dev": "next dev -p 3002 --turbo",
"dev": "next dev",
"dev-turbo": "next dev -p 3001 --turbopack",
"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",
@ -102,7 +103,7 @@
"kafkajs": "^2.1.0",
"maxmind": "^4.3.24",
"md5": "^2.3.0",
"next": "15.2.3",
"next": "15.3.0",
"node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5",
"prisma": "6.1.0",