feat: add "src" folder

This commit is contained in:
mrjvs
2025-04-09 13:10:59 +02:00
parent 1683342a9a
commit 306fd0ff7e
5 changed files with 1 additions and 0 deletions

6
src/app.vue Normal file
View File

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

BIN
src/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

1
src/public/robots.txt Normal file
View File

@@ -0,0 +1 @@

3
src/server/tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}