Cleanup exported configuration on the client side to avoid failures on upload due to huge jsons

This commit is contained in:
Alfredo Cardigliano 2024-01-05 10:35:14 +01:00
parent fb5f442ecd
commit 35da35fc03
3 changed files with 15 additions and 3 deletions

View file

@ -34,7 +34,8 @@ end
local items = {}
local all_ie = all_import_export:create()
items[#items+1] = { name = "all",
items[#items+1] = {
name = "all",
conf = modules["all"],
instance = all_ie
}