initialize Nuxt

This commit is contained in:
Vri 🌈 2023-07-26 20:04:00 +02:00
parent ba12e1e579
commit f8e53d7c69
Signed by: vrifox
GPG key ID: D40098E5B60B2197
34 changed files with 8022 additions and 1 deletions

3
server/tsconfig.json Normal file
View file

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