mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
8 lines
93 B
TypeScript
8 lines
93 B
TypeScript
import GateWay from "./app/app";
|
|
|
|
var application = new GateWay()
|
|
application.start();
|
|
|
|
|
|
|