Add apps/web

This commit is contained in:
2025-01-04 17:14:34 +09:00
parent 53a7e3b63b
commit 4b4d90bada
19 changed files with 2721 additions and 1 deletions

View File

@@ -3,7 +3,10 @@
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev"
"dev": "turbo run dev",
"check": "turbo run check",
"lint": "turbo run lint",
"fix": "turbo run fix"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",