first commit

This commit is contained in:
bagus-arie05
2025-08-07 10:18:14 +07:00
commit 388e405b2c
13 changed files with 20183 additions and 0 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
)