Hi, For config plugin, if pack is provided inline...
# extensions
a
Hi, For config plugin, if pack is provided inline as a json then it works. But not seeing logs with following configuration with config plugin: const configure string =
Copy code
{
  "packs": {
    "qpk": "c:\\testpk\\pktest.conf"
  }
}
So does providing path in query packs work in config plugin? Or are there any other steps or callbacks to be handled?