mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-10-08 15:20:17 +02:00
fix start script
This commit is contained in:
parent
5bc9b0e13a
commit
e025298b7f
1 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "pnpx serve@latest out",
|
||||
"format": "biome check --write",
|
||||
"lint": "biome lint --write",
|
||||
"ci": "biome check --write"
|
||||
|
@ -45,10 +45,10 @@
|
|||
"cmdk": "^1.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"framer-motion": "^12.6.5",
|
||||
"framer-motion": "^12.7.3",
|
||||
"input-otp": "^1.4.2",
|
||||
"lucide-react": "^0.487.0",
|
||||
"motion": "^12.6.5",
|
||||
"motion": "^12.7.3",
|
||||
"next": "15.3.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"posthog-js": "^1.235.6",
|
||||
|
@ -77,6 +77,10 @@
|
|||
},
|
||||
"packageManager": "pnpm@10.8.0",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": ["@biomejs/biome", "sharp"]
|
||||
"onlyBuiltDependencies": [
|
||||
"@biomejs/biome",
|
||||
"core-js",
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue