From 57e4ca355b1ed53d4769bd32453551c33013f76f Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Wed, 28 Sep 2022 21:58:43 +0300 Subject: [PATCH] add widgets to config hash --- src/pages/api/hash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/hash.js b/src/pages/api/hash.js index c7408e486..44500aa24 100644 --- a/src/pages/api/hash.js +++ b/src/pages/api/hash.js @@ -4,7 +4,7 @@ import { readFileSync } from "fs"; import checkAndCopyConfig from "utils/config/config"; -const configs = ["docker.yaml", "settings.yaml", "services.yaml", "bookmarks.yaml"]; +const configs = ["docker.yaml", "settings.yaml", "services.yaml", "bookmarks.yaml", "widgets.yaml"]; function hash(buffer) { const hashSum = createHash("sha256");