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