UNPKG

@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 649 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaService = void 0; const rollup_plugin_salesforce_schema_1 = __importDefault(require("./rollup-plugin-salesforce-schema")); class SchemaService { getPlugin() { return rollup_plugin_salesforce_schema_1.default(); } // eslint-disable-next-line no-empty-function async initialize() { } shutdown() { } } exports.SchemaService = SchemaService; //# sourceMappingURL=salesforce-schema-service.js.map