mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
|
export function getViteNodeOptions () {
|
||
|
return JSON.parse(process.env.NUXT_VITE_NODE_OPTIONS || '{}')
|
||
|
}
|