UNPKG

sfdx-experiences-plugin

Version:
9 lines (8 loc) 303 B
import SiteConfig from './site-config'; /** * Returns the site configuration from the given bundle path. * * @param {string} bundlePath Path to the bundle. * @returns {SiteConfig} Site configuration from the bundle. */ export default function getSiteConfig(bundlePath: string): SiteConfig;