Nuxt/packages/nuxt/config.cjs

8 lines
96 B
JavaScript

function defineNuxtConfig (config) {
return config
}
module.exports = {
defineNuxtConfig
}