mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
9 lines
236 B
TypeScript
9 lines
236 B
TypeScript
import GateWay from "./app/app";
|
|
import {ECommon_Application_Mode} from "../common/app/app";
|
|
|
|
var application = new GateWay()
|
|
application.start((<any>process).pkg?ECommon_Application_Mode.OFFLINE:ECommon_Application_Mode.ONLINE);
|
|
|
|
|
|
|