UNPKG

@knapsack/app

Version:

Build Design Systems with Knapsack

12 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configure = void 0; /** * This is made for the app itself to tap into the plugin lifecycle methods */ const configure = () => ({ id: 'ks-app', // async init(brain) {}, }); exports.configure = configure; //# sourceMappingURL=app--server.js.map