feat: scaffold Nuxt 4 app with minimal template

This commit is contained in:
Pantry Lead Agent
2026-02-09 12:53:51 +00:00
parent f3ec382124
commit 223f4b6ea1
9 changed files with 1596 additions and 0 deletions

5
app/nuxt.config.ts Normal file
View File

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