Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Mar 1, 2024
1 parent 685c232 commit c20e55b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ import { configReader } from "./helpers/ConfigReader";
const { App } = require("./app");

const doc = configReader.getDoc();
new App().server.listen(doc.config.port || 8000);

// const favicon = require('serve-favicon');
// app.use(express.static('public'))
// app.use(favicon(__dirname + '/public/images/favicon.ico'));
new App().server.listen(doc.config.port || 8000);

0 comments on commit c20e55b

Please sign in to comment.