UNPKG

939 BJavaScriptView Raw
1"use strict";
2// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
3// Node module: @loopback/boot
4// This file is licensed under the MIT License.
5// License text available at https://opensource.org/licenses/MIT
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.BooterApp = void 0;
8const repository_1 = require("@loopback/repository");
9const rest_1 = require("@loopback/rest");
10const service_proxy_1 = require("@loopback/service-proxy");
11const __1 = require("../..");
12class BooterApp extends (0, __1.BootMixin)((0, service_proxy_1.ServiceMixin)((0, repository_1.RepositoryMixin)(rest_1.RestApplication))) {
13 constructor(options) {
14 super(options);
15 this.projectRoot = __dirname;
16 }
17}
18exports.BooterApp = BooterApp;
19//# sourceMappingURL=application.js.map
20//# sourceMappingURL=/Users/dianalau/code/loopback/loopback-next/packages/boot/dist/__tests__/fixtures/application.js.map
\No newline at end of file