first commit

This commit is contained in:
2026-03-26 08:14:56 +03:30
commit 3561c09e2d
128 changed files with 16084 additions and 0 deletions

3
src/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import ServerApplication from "./app/server";
new ServerApplication()