From 529a75437a91985e59f0bb1bbdc5e6e58c698f74 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Wed, 8 Jul 2020 18:09:52 +1200 Subject: [PATCH] Add .config.js.default --- .config.js.default | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config.js.default diff --git a/.config.js.default b/.config.js.default new file mode 100644 index 0000000..7325287 --- /dev/null +++ b/.config.js.default @@ -0,0 +1,9 @@ +/* + Welcome to the config file! + Add keys here to override values from /src/lib/constants.js. Please look at that file for override recommendations. + This file should hopefully never be altered upstream. + You must restart Bibliogram to apply these changes. +*/ + +module.exports = { +}