From 0cb070f47eb7636b07e9803bc678df1502f0f534 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 7 Jul 2023 08:10:12 -0400 Subject: [PATCH] refactor: config structure changed --- pkg/load-handshake.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/load-handshake.json b/pkg/load-handshake.json index 1c58249..eec3ac9 100644 --- a/pkg/load-handshake.json +++ b/pkg/load-handshake.json @@ -1,5 +1,7 @@ { + "core": { "plugins": [ - "handshake" + "handshake" ] + } }