finished init

This commit is contained in:
2026-06-14 17:19:30 +02:00
parent d19a9254a8
commit 81b866a2f8
10 changed files with 5409 additions and 76 deletions

6
eslint.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)