Files
PrivateProject/康唯唯私活/Vr项目/code/dist/index.js
2024-09-27 01:28:38 +08:00

8 lines
160 B
JavaScript

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