chore: clean up jsdoc (#5397)

This commit is contained in:
Anthony Fu 2022-06-10 20:14:03 +08:00 committed by GitHub
parent 3fb473dcc0
commit fadffbe80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
/** @type {import('./vite-node-shared').getViteNodeOptions} */
export function getViteNodeOptions () {
return JSON.parse(process.env.NUXT_VITE_NODE_OPTIONS || '{}')
}