add NodesStatus.vue & v0.8.0
Build and Deploy Frontend via SSH / deploy (push) Failing after 35s

This commit is contained in:
austnv
2026-06-21 17:02:02 +03:00
parent 39023a66c2
commit 07229efac0
3 changed files with 337 additions and 3 deletions
+2 -3
View File
@@ -1,13 +1,12 @@
{
"name": "uvpn.shop",
"version": "0.7.3",
"version": "0.8.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postbuild": "scp -r dist/* root@uvpn.shop:/opt/uvpn.shop/frontend"
"preview": "vite preview"
},
"dependencies": {
"@lucide/vue": "^1.16.0",