1
0
forked from noxious/server

Missing package

This commit is contained in:
2025-02-07 01:35:02 +01:00
parent 1686a7a9a0
commit 9ba8be51ab
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import 'reflect-metadata'
import { createServer as httpServer, Server as HTTPServer } from 'http'
import cors from 'cors'