AK-21/Graphite-Industrial-Intelligence
0
1import { I as VERSION, r as defineConfig, t as ConfigExport } from "./shared/define-config-sxBscJ3M.mjs";2 3//#region src/utils/load-config.d.ts4/**5* Load config from a file in a way that Rolldown does.6*7* @param configPath The path to the config file. If empty, it will look for `rolldown.config` with supported extensions in the current working directory.8* @returns The loaded config export9*10* @category Config11*/12declare function loadConfig(configPath: string): Promise<ConfigExport>;13//#endregion14export { VERSION, defineConfig, loadConfig };