feat: nuxt project setup

This commit is contained in:
2026-03-18 00:01:45 +01:00
parent c912594d7a
commit 9703fa77e2
13 changed files with 10492 additions and 1 deletions

4
eslint.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
// @ts-check
import withNuxt from "./.nuxt/eslint.config.mjs";
export default withNuxt();