Files
nuchat/ui/nuxt.config.ts
Fergus Molloy 8c12ca0024
All checks were successful
Backend Actions / check (push) Successful in 13s
Backend Actions / build (push) Successful in 28s
Backend Actions / test (push) Successful in 37s
add ui testing
2025-07-25 17:28:41 +01:00

10 lines
289 B
TypeScript

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
modules: ['@nuxt/eslint', '@nuxt/icon', '@nuxt/test-utils', '@nuxt/test-utils/module'],
nitro: {
preset: 'node-server'
}
})