@communities-webruntime/services
Version:
If you would like to run Lightning Web Runtime without the CLI, we expose some of our programmatic APIs available in Node.js. If you're looking for the CLI documentation [you can find that here](https://www.npmjs.com/package/@communities-webruntime/cli).
17 lines • 633 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApexService = void 0;
const rollup_plugin_salesforce_apex_1 = __importDefault(require("./rollup-plugin-salesforce-apex"));
class ApexService {
getPlugin() {
return rollup_plugin_salesforce_apex_1.default();
}
// eslint-disable-next-line no-empty-function
async initialize() { }
shutdown() { }
}
exports.ApexService = ApexService;
//# sourceMappingURL=salesforce-apex-service.js.map