mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 11:27:13 +00:00
e31c604ac4
Co-authored-by: pooya parsa <pyapar@gmail.com>
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
|