refactored server file structure + init middlewares

This commit is contained in:
2024-06-18 18:42:31 +01:00
parent 22e2c6f980
commit 22ed5c4588
7 changed files with 211 additions and 153 deletions
+3
View File
@@ -0,0 +1,3 @@
export * from './player'
export * from './server'
export * from './logger'