From 8c12e16dc029b766fa646806141503309e28cb9f Mon Sep 17 00:00:00 2001
From: carsakiller <carsakiller@gmail.com>
Date: Sat, 14 Jan 2023 00:48:54 -0500
Subject: [PATCH] remove webvue from copy allow list

---
 publish.lua | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/publish.lua b/publish.lua
index a1ff711..7598c93 100644
--- a/publish.lua
+++ b/publish.lua
@@ -135,8 +135,7 @@ local count = copyFiles(ROOT , out) {
                 ['extension.js']    = true,
             },
         },
-        ['web']               = true,
-        ['webvue']            = true
+        ['web']               = true
     },
     ['server'] = {
         ['bin']               = true,
-- 
GitLab