misc: dev mode warning on setup

This commit is contained in:
NGPixel
2020-01-25 23:12:57 -05:00
parent 988ba3f616
commit 3e991fa590
4 changed files with 21 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ module.exports = () => {
app.locals.config = WIKI.config
app.locals.data = WIKI.data
app.locals._ = require('lodash')
app.locals.devMode = WIKI.devMode
// ----------------------------------------
// HMR (Dev Mode Only)