Initial commit

This commit is contained in:
Riyyi
2024-11-24 03:03:20 +01:00
commit 73c8ee1e20
18 changed files with 279 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)