update postbuild script

This commit is contained in:
austnv
2026-06-15 00:57:56 +03:00
parent bf9b095b27
commit 3c0891fe94
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "uvpn.shop",
"version": "0.7.0",
"version": "0.7.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postbuild": "scp -r dist root@uvpn.shop:/opt/uvpn.shop"
"postbuild": "scp -r dist/* root@uvpn.shop:/opt/uvpn.shop/frontend"
},
"dependencies": {
"@lucide/vue": "^1.16.0",