mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 15:12:43 +00:00
Setupping up the basic components
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = function(app){
|
||||
prerenderWith : './client/spellsort/spellsort.jsx',
|
||||
initialProps: {
|
||||
url: req.originalUrl,
|
||||
spells : require('./spellsort.spells.js')
|
||||
},
|
||||
clearRequireCache : !process.env.PRODUCTION,
|
||||
}, function (err, page) {
|
||||
|
||||
Reference in New Issue
Block a user