This commit is contained in:
2026-06-07 16:04:59 +03:30
parent d3089ff2dd
commit 2be0f3e2b8
6 changed files with 135 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"deploy": "bash scripts/deploy.sh"
},
"dependencies": {
"next": "16.2.7",