mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Responsive CSS fixes.
This commit is contained in:
parent
ebad54ab82
commit
bab70279dd
10 changed files with 57 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "umami",
|
||||
"version": "0.2.0",
|
||||
"description": "Delicious web stats",
|
||||
"version": "0.3.0",
|
||||
"description": "A simple, fast, website analytics alternative to Google Analytics. ",
|
||||
"author": "Mike Cao <mike@mikecao.com>",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/mikecao/umami",
|
||||
|
|
@ -10,10 +10,9 @@
|
|||
"url": "https://github.com/mikecao/umami.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev -p 8000",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"build-cli": "rollup -c rollup.cli.config.js",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
"build-mysql-schema": "dotenv prisma introspect -- --schema=./prisma/schema.mysql.prisma",
|
||||
"build-mysql-client": "dotenv prisma generate -- --schema=./prisma/schema.mysql.prisma",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue