Update package.json
All checks were successful
Lint / Lint (push) Successful in 25s

This commit is contained in:
2025-12-31 12:48:15 +01:00
parent 2f5b122b5d
commit f5f1df784c

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next typegen && eslint . && npx tsc --noEmit"