Selaa lähdekoodia

🔧 chore(settings): update configuration files

- allow tree command in claude settings
- update API base URL in development environment
yourname 4 kuukautta sitten
vanhempi
sitoutus
1ce0f83e5b
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 2 1
      .claude/settings.local.json
  2. 1 1
      mini/.env.development

+ 2 - 1
.claude/settings.local.json

@@ -35,7 +35,8 @@
       "Bash(pnpm test:unit:*)",
       "Bash(mkdir:*)",
       "Bash(xargs sed:*)",
-      "Bash(git diff:*)"
+      "Bash(git diff:*)",
+      "Bash(tree:*)"
     ],
     "deny": [],
     "ask": []

+ 1 - 1
mini/.env.development

@@ -3,5 +3,5 @@
 
 # API配置
 # 需换成当前项目的
-TARO_APP_API_BASE_URL=https://d8d-ai-vscode-8080-155-138-template-6-group.r.d8d.fun
+TARO_APP_API_BASE_URL=https://d8d-ai-vscode-8080-176-162-template-21-group.r.d8d.fun
 TARO_APP_API_VERSION=v1