From 8c4dcc5f1d0cc9aa480c0fedf2f0ff6f4cc45da5 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Wed, 11 Sep 2024 12:53:08 -0400 Subject: [PATCH] Look more places for vg --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index ef881a5..ad54a35 100644 --- a/src/config.json +++ b/src/config.json @@ -77,7 +77,7 @@ "dataType": "built-in" } ], - "vgPath": ["./", ""], + "vgPath": ["./", "./bin", "./vg/bin", ""], "dataPath": "exampleData", "internalDataPath": "exampleData/internal/", "tempDirPath": "temp",