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

24
app/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example