first commit

This commit is contained in:
2026-05-26 16:00:09 +03:30
commit 83fd5c1a86
81 changed files with 6867 additions and 0 deletions

2
index.ts Normal file
View File

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