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:
@@ -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