import { defineNuxtConfig } from 'nuxt3' export default defineNuxtConfig({ buildModules: [ '~/modules/pages' ] })