feat: add deploy command
This commit is contained in:
parent
10e84c4d73
commit
af8b89b473
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue