1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2026-01-03 15:09:14 +00:00

Starting on the brew card

This commit is contained in:
Scott Tolksdorf
2017-05-29 23:39:59 -04:00
parent fa203047da
commit 380bbd661f
17 changed files with 137 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ const _ = require('lodash');
const DB = require('../server/db.js');
const BrewData = require('../server/brew.data.js');
const BrewGen = require('../tests/brew.gen.js');
//const BrewGen = require('../tests/brew.gen.js');
return Promise.resolve()
.then(DB.connect)