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");