Skip to content

Commit

Permalink
chore: refactor index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
irwansyahwii committed Jul 17, 2024
1 parent 3389d34 commit 2647288
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
const app = require("./app");
import {app} from './app';

import "./api/webhook";

const port = 5007;

app.listen(port, () => console.log(`Server ready on port ${port}.`));



0 comments on commit 2647288

Please sign in to comment.