Initial server commit

This commit is contained in:
Tyfon
2024-05-27 00:54:42 -07:00
parent 66ce87f5e7
commit 6f1b4179c0
656 changed files with 26523 additions and 0 deletions

5
server/types/Program.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
export declare class Program {
private errorHandler;
constructor();
start(): Promise<void>;
}