feat: add deploy command

This commit is contained in:
Oleg Proskurin 2025-10-02 00:05:10 +07:00
parent 10e84c4d73
commit af8b89b473
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start"
"start": "next start",
"deploy": "cp -r out/* /var/www/banatie.app/"
},
"dependencies": {
"react": "19.1.0",