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": { "scripts": {
"dev": "next dev -p 3010", "dev": "next dev -p 3010",
"build": "next build", "build": "next build",
"start": "next start" "start": "next start",
"deploy": "cp -r out/* /var/www/banatie.app/"
}, },
"dependencies": { "dependencies": {
"react": "19.1.0", "react": "19.1.0",