Create index

This commit is contained in:
2025-01-06 19:02:24 +09:00
parent a3335d1583
commit 1db48b4c9a
25 changed files with 2300 additions and 22 deletions

View File

@@ -6,7 +6,8 @@
"dev": "turbo run dev",
"check": "turbo run check",
"lint": "turbo run lint",
"fix": "turbo run fix"
"fix": "turbo run fix",
"gen:env": "bash scripts/generate_env_for_apps.sh"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",