Skip to content

Commit

Permalink
refactor: clean up server.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Jan 21, 2023
1 parent 8118614 commit d7d91a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// Importing: Loaders.
import Application from "./loaders/application.loader";

// Declaring Server Class.
class Server extends Application {
constructor() {
super();
}
}

// Starting up Server.
new Server();
new Server();

0 comments on commit d7d91a1

Please sign in to comment.