Skip to content

Commit

Permalink
remove: port kill
Browse files Browse the repository at this point in the history
Co-Authored-By: Finn Kötting <69923589+finnkoetting@users.noreply.github.com>
  • Loading branch information
mezotv and finnkoetting committed May 28, 2023
1 parent e97888d commit 890ac81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
/* Import packages */
import dotenv from "dotenv";
import express, { Express } from "express";
import kill from "kill-port";

dotenv.config();

// Kill process if port is in use
try {
kill(6543, "tcp");
} catch (error) {
/* Empty */
}

// Clear console
console.clear();

Expand Down

0 comments on commit 890ac81

Please sign in to comment.