1
0
forked from noxious/server
This commit is contained in:
2024-08-22 20:00:37 +02:00
parent ff7664bae0
commit c4b50ec811
16 changed files with 97 additions and 80 deletions

View File

@ -15,7 +15,6 @@ import { Authentication } from './middleware/authentication'
import { Dirent } from 'node:fs'
import logger from './utilities/logger'
export class Server {
private readonly app: Application
private readonly http: HTTPServer
@ -104,4 +103,4 @@ export class Server {
const server = new Server()
server.start()
console.log('Server started')
console.log('Server started')