fix start script

This commit is contained in:
Thomas Camlong 2025-04-17 09:59:05 +02:00
parent 5bc9b0e13a
commit e025298b7f
No known key found for this signature in database
GPG Key ID: A678F374F428457B

View File

@ -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"
]
}
}