"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getApplication = void 0; var application_dev_1 = require("./application.dev"); Object.defineProperty(exports, "getApplication", { enumerable: true, get: function () { return application_dev_1.getApplication; } }); console.error('不应该走到这里');