package josn

This commit is contained in:
Samandar Turgunboyev
2025-12-16 12:40:21 +05:00
parent 51c0b68e73
commit 0f948909bd

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"install": "npm install --legacy-peer-deps",
"start": "next start",
"prettier": "prettier src --write",
"lint": "eslint src --fix",