use npm rather than pnpm
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

This commit is contained in:
2025-07-25 13:39:24 +01:00
parent 38cac0b257
commit b561c92f07
4 changed files with 14392 additions and 9971 deletions

View File

@ -2,11 +2,5 @@
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
modules: [
'@nuxt/eslint',
'@nuxt/icon',
'@nuxt/image',
'@nuxt/test-utils'
]
})
modules: ['@nuxt/eslint', '@nuxt/icon', '@nuxt/test-utils']
})