rage-framework
Version:
## How to Install *server-side* ```bash npm install @rage-framework/server ```
9 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.bootstrap = void 0;
const core_1 = require("@rage-framework/core");
const client_service_1 = require("../services/client.service");
const clientService = core_1.Container.get(client_service_1.ClientService);
const bootstrap = (app, config) => clientService.start(app, config);
exports.bootstrap = bootstrap;
//# sourceMappingURL=bootstrap.js.map