chore: upd scripts

This commit is contained in:
Oleg Proskurin 2025-12-14 13:39:38 +07:00
parent 41f00aa352
commit 1aa7687dc9
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
"scripts": {
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start",
"deploy": "cp -r out/* /var/www/banatie.app/",
"start": "node .next/standalone/server.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {