mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Fixed error messages.
This commit is contained in:
parent
e7163c4e7e
commit
a3fb27a0db
3 changed files with 13790 additions and 18 deletions
|
|
@ -10,7 +10,8 @@
|
|||
"url": "https://github.com/umami-software/umami.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3000 --turbo",
|
||||
"dev": "next dev -p 3000",
|
||||
"dev-turbo": "next dev -p 3000 --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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue