Browse Source
Feature: Add index.js that starts the actual server
feature/index.js
Sheogorath
6 years ago
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with
3 additions and
0 deletions
-
index.js
|
|
@ -0,0 +1,3 @@ |
|
|
|
const server = require("./src/server.js") |
|
|
|
|
|
|
|
server.create().listen(6667) |