first commit

This commit is contained in:
2024-04-04 23:38:52 +02:00
commit 9b787e95fd
9 changed files with 10695 additions and 0 deletions

4
nuxt.config.ts Normal file
View File

@@ -0,0 +1,4 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
})