"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * 启动文件入口 */ const app_1 = require("./run/app"); new app_1.App();