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

6
app/app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>