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
+1
View File
@@ -4,6 +4,7 @@ echo "# Next.js build output
.next/**
.next/dev/lock
out
appro-admin
# Dependencies
node_modules/
+1 -1
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"
},