1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-21 16:09:52 +00:00
Nuxt/packages/nuxt/config.js

6 lines
84 B
JavaScript
Raw Normal View History

function defineNuxtConfig (config) {
return config
}
export { defineNuxtConfig }