Initial commit

This commit is contained in:
SauceyRed 2025-04-29 00:47:06 +02:00
commit e4785522f5
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
19 changed files with 9648 additions and 0 deletions

6
nuxt.config.ts Normal file
View file

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