Setup defaut Nuxt template

This commit is contained in:
Hornwitser 2025-03-01 16:52:23 +01:00
parent 51ff27c569
commit 5e4ea1be61
10 changed files with 6645 additions and 37 deletions

5
nuxt.config.ts Normal file
View file

@ -0,0 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true }
})