init 🌮

This commit is contained in:
Andras Bacsai
2024-03-04 14:07:59 +01:00
commit d83b3c0b62
22 changed files with 11028 additions and 0 deletions

4
nuxt/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 }
})