Files
nuchat/ui/nuxt.config.ts
Fergus Molloy b561c92f07
Some checks failed
Backend Actions / check (push) Successful in 18s
Backend Actions / build (push) Successful in 31s
Backend Actions / test (push) Successful in 41s
Backend Actions / package (push) Failing after 27s
use npm rather than pnpm
2025-07-25 13:39:24 +01:00

7 lines
220 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']
})