mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 19:37:18 +00:00
9 lines
181 B
TypeScript
9 lines
181 B
TypeScript
|
export interface ViteNodeRuntimeOptions {
|
||
|
baseURL: string,
|
||
|
rootDir: string,
|
||
|
entryPath: string,
|
||
|
base: string
|
||
|
}
|
||
|
|
||
|
export function getViteNodeOptions (): ViteNodeRuntimeOptions
|