UNPKG

@wdio/browser-runner

Version:
7 lines 342 B
import type { InlineConfig } from 'vite'; declare global { var defineNuxtConfig: Function; } export declare function isNuxtFramework(rootDir: string): Promise<boolean>; export declare function optimizeForNuxt(options: WebdriverIO.BrowserRunnerOptions, config: WebdriverIO.Config): Promise<InlineConfig>; //# sourceMappingURL=nuxt.d.ts.map