This commit is contained in:
metacryst
2025-12-20 15:26:48 -06:00
commit c92742e8a1
93 changed files with 6146 additions and 0 deletions

2
main.js Normal file
View File

@@ -0,0 +1,2 @@
import Server from "./server/index.js"
let server = new Server()