1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 19:55:56 +00:00

Something is up

This commit is contained in:
Scott Tolksdorf
2017-01-05 20:49:45 -05:00
parent 537a75b2ab
commit 3dc4c13178
8 changed files with 79 additions and 65 deletions

View File

@@ -1,4 +1,3 @@
const _ = require('lodash');
const express = require("express");
const app = express();
@@ -35,4 +34,6 @@ app.use(require('./server/error.js').expressHandler);
const PORT = process.env.PORT || 8000;
app.listen(PORT);
console.log(`server on port:${PORT}`);
console.log(`server on port:${PORT}`);
module.exports = app;