Initial commit

This commit is contained in:
2024-12-28 16:06:57 +01:00
commit 6e1e00d048
10 changed files with 9759 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true }
})