mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
accepting non-standard plugin names
This commit is contained in:
parent
9ca6a052c0
commit
9bd33a386c
@ -72,7 +72,8 @@ module.exports = {
|
||||
|
||||
const res = [];
|
||||
for (const packageName of _.union(files1, files2)) {
|
||||
if (!/^dbgate-plugin-.*$/.test(packageName)) continue;
|
||||
if (packageName == 'dist') continue;
|
||||
// if (!/^dbgate-plugin-.*$/.test(packageName)) continue;
|
||||
try {
|
||||
if (packagedContent && packagedContent[packageName]) {
|
||||
const manifest = {
|
||||
|
Loading…
Reference in New Issue
Block a user