"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const core_1 = require("@nestjs/core"); const task_financial_product_module_1 = require("./app/task/task_financial_product.module"); function bootstrap() { void core_1.NestFactory.createApplicationContext(task_financial_product_module_1.TaskFinancialProductModule, {}); } bootstrap(); //# sourceMappingURL=task_financial_product.js.map