Initial commit

This commit is contained in:
2024-04-05 16:03:48 +02:00
commit 4799a99c07
9 changed files with 10695 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
})