"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.configure = void0;
/**
* This is made for the app itself to tap into the plugin lifecycle methods
*/constconfigure = () => {
return {
id: 'ks-app'
};
};
exports.configure = configure;