mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04:00
Fix front-end constants generation not getting config properly
This commit is contained in:
parent
7e3b74d0da
commit
dde6e622a4
3 changed files with 17 additions and 3 deletions
|
@ -170,6 +170,8 @@ var maintenance = true
|
|||
var cwd = path.join(__dirname, '..')
|
||||
|
||||
module.exports = {
|
||||
raw: config,
|
||||
handleDockerSecret: handleDockerSecret,
|
||||
version: version,
|
||||
minimumCompatibleVersion: minimumCompatibleVersion,
|
||||
maintenance: maintenance,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue