mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 06:32:39 +00:00
Something is up
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user