fix: NodesStatus

This commit is contained in:
austnv
2026-06-21 23:27:30 +03:00
parent a34a646c71
commit 7f227fcf05
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"postbuild": "scp -r dist/. root@uvpn.shop:/opt/uvpn.shop/frontend"
},
"dependencies": {
"@lucide/vue": "^1.16.0",