This commit is contained in:
2026-06-07 23:52:16 +03:30
parent 6c52a020eb
commit 958f29b685
+3 -2
View File
@@ -4,9 +4,10 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build && next export && mv out appro-admin", "build": "next build",
"start": "next start", "start": "next start",
"lint": "eslint" "lint": "eslint",
"prepare": "git config core.hooksPath .githooks || true"
}, },
"dependencies": { "dependencies": {
"@heroicons/react": "^2.2.0", "@heroicons/react": "^2.2.0",