Skip to content
Snippets Groups Projects
Unverified Commit eb09ad52 authored by carsakiller's avatar carsakiller
Browse files

add: webvue to publish.lua allow list

parent aade83be
Branches
Tags
No related merge requests found
...@@ -136,7 +136,8 @@ local count = copyFiles(ROOT , out) { ...@@ -136,7 +136,8 @@ local count = copyFiles(ROOT , out) {
['extension.js'] = true, ['extension.js'] = true,
}, },
}, },
['web'] = true ['web'] = true,
['webvue'] = true
}, },
['server'] = { ['server'] = {
['bin'] = true, ['bin'] = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment