feat: switching to nuxt because i have a new idea

This commit is contained in:
Pihkaal
2024-10-17 18:31:45 +02:00
parent f659c72176
commit 6d4abf757e
13 changed files with 10746 additions and 129 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();