This commit is contained in:
tuna2134
2025-05-03 13:57:07 +00:00
parent cc1c04c5d2
commit fa25d3da89

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint",
"format": "prettier -w './**/*.{tsx,ts}'"