feat: implementing server framework
This commit is contained in:
6
server/config.ts
Normal file
6
server/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
type ServerConfig = {
|
||||
username: string,
|
||||
hostname: string,
|
||||
password: string,
|
||||
port: number,
|
||||
}
|
||||
Reference in New Issue
Block a user