mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
/* eslint-disable jsdoc/require-jsdoc */
|
|
function defineNuxtConfig (config) {
|
|
return config
|
|
}
|
|
|
|
module.exports = {
|
|
defineNuxtConfig
|
|
}
|