mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Refactor tracker.
This commit is contained in:
parent
2e22deb58a
commit
023adafa39
8 changed files with 85 additions and 136 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "umami",
|
||||
"version": "0.38.0",
|
||||
"version": "0.39.0",
|
||||
"description": "A simple, fast, website analytics alternative to Google Analytics. ",
|
||||
"author": "Mike Cao <mike@mikecao.com>",
|
||||
"license": "MIT",
|
||||
|
|
@ -15,7 +15,6 @@
|
|||
"start": "next start",
|
||||
"build-app": "next build",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
"build-snippet": "rollup -c rollup.snippet.config.js",
|
||||
"copy-db-schema": "node scripts/copy-db-schema.js",
|
||||
"build-db-schema": "dotenv prisma introspect",
|
||||
"build-db-client": "dotenv prisma generate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue