Nuxt/packages/vite/src/runtime/vite-node-shared.d.ts

9 lines
181 B
TypeScript
Raw Normal View History

export interface ViteNodeRuntimeOptions {
baseURL: string,
rootDir: string,
entryPath: string,
base: string
}
export function getViteNodeOptions (): ViteNodeRuntimeOptions