add cloudflare R2 config

This commit is contained in:
2025-10-13 11:37:20 +08:00
parent 8e8ff0bfc7
commit 65c27e3386
13 changed files with 17839 additions and 179 deletions

View File

@@ -7,7 +7,10 @@
"dev:stop": "echo 'Stopping dev servers...' && pkill -f 'astro.js dev' && pkill -f 'next dev' && pkill -f 'pnpm dev' && echo 'Dev servers stopped' || echo 'No dev servers were running'",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test"
"test": "turbo run test",
"bmad:refresh": "bmad-method install -f -i codex",
"bmad:list": "bmad-method list:agents",
"bmad:validate": "bmad-method validate"
},
"devDependencies": {
"turbo": "^2.0.5"