chore: rename src/ to server/
This commit is contained in:
6
server/types/HttpServerLike.ts
Normal file
6
server/types/HttpServerLike.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import http from 'node:http'
|
||||
import https from 'node:https'
|
||||
|
||||
type HttpServerLike = http.Server | https.Server
|
||||
|
||||
export default HttpServerLike
|
||||
Reference in New Issue
Block a user