feat: rename after build

This commit is contained in:
2026-02-20 22:43:28 +03:30
parent d056c8b96c
commit dcc1d1e258
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export && mv out appro-admin",
"start": "next start",
"lint": "eslint"
},
@@ -28,4 +28,4 @@
"tailwindcss": "^4.2.0",
"typescript": "^5"
}
}
}