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

18
app/tsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}