UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

16 lines 634 B
import { type ConfigInput } from '../config/configurator.js'; import { type LoadOptions } from '../config/load.js'; import { type ViteUserConfigWithPolen } from './vite.js'; interface ResolveFromFileOptions extends LoadOptions { overrides?: ConfigInput; } export declare const fromFile: (options: ResolveFromFileOptions) => Promise<ViteUserConfigWithPolen>; export declare const fromMemory: (input: ConfigInput, /** * Refer to `baseRootDirPath` parameter on {@link normalizeInput}. * * @default `process.cwd()` */ baseRootDirPath?: string) => Promise<ViteUserConfigWithPolen>; export {}; //# sourceMappingURL=resolve.d.ts.map