Nuxt setup

This commit is contained in:
Chloe Stanton
2026-03-04 09:53:01 -08:00
parent e09edb6c74
commit 8f0477f285
8 changed files with 9896 additions and 0 deletions

9
nuxt.config.ts Normal file
View File

@@ -0,0 +1,9 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
future: {
compatibilityVersion: 4,
},
srcDir: 'app/',
})