mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-11-19 12:46:31 +00:00
Add .config.js.default
This commit is contained in:
parent
341b8f6d22
commit
529a75437a
1 changed files with 9 additions and 0 deletions
9
.config.js.default
Normal file
9
.config.js.default
Normal file
|
|
@ -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 = {
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue