0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

process.chdir in app.js.

Everything works, no need for path.resolve. All tests pass.
This commit is contained in:
Trevor Buckner
2022-01-29 23:53:30 -05:00
parent e4c2ce6a8c
commit d7aa4afa60
4 changed files with 13 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
const DB = require('./server/db.js');
const server = require('./server/app.js');
const config = require('./server/config.js');
DB.connect(config).then(()=>{