training-repo/nuxt.config.ts
HAM 39b388fc6e
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 3s
Initial commit
2025-09-05 14:15:22 +07:00

5 lines
157 B
TypeScript

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true }
})