This commit is contained in:
2025-08-23 14:37:08 +02:00
parent b4ddc3dbba
commit d7f380007f
2 changed files with 13 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint && npx tsc --noEmit"
"lint": "eslint . && npx tsc --noEmit"
},
"dependencies": {
"class-variance-authority": "^0.7.1",