include .claude file

This commit is contained in:
hamid
2026-06-30 22:49:17 +03:30
parent 765cc632d5
commit ecab90ba1a
+12 -2
View File
@@ -50,8 +50,18 @@
"NotebookEdit(*)",
"Skill(*)",
"mcp__claude_ai_Mermaid_Chart__validate_and_render_mermaid_diagram",
"Edit(/.claude/skills/frontend-designer/**)"
"Edit(/.claude/skills/frontend-designer/**)",
"Bash(rm -f src/Infrastructure/Baya.Infrastructure.Persistence/Migrations/*.cs && echo \"migrations dir now:\" && ls -la src/Infrastructure/Baya.Infrastructure.Persistence/Migrations/ 2>/dev/null || echo \"\\(empty/gone\\)\")",
"Bash(dotnet build *)",
"Bash(export ASPNETCORE_ENVIRONMENT=Production)",
"Bash(export ASPNETCORE_URLS=\"http://127.0.0.1:5080\")",
"Bash(export Kestrel__EndpointDefaults__Protocols=\"Http1\")",
"Bash(nohup dotnet run --project src/API/Baya.Web.Api/Baya.Web.Api.csproj --no-build --no-launch-profile)",
"Bash(echo \"started pid $!\")"
],
"defaultMode": "bypassPermissions"
"defaultMode": "bypassPermissions",
"additionalDirectories": [
"C:\\Users\\Lenovo\\Desktop\\balinyaar\\server\\src\\Infrastructure\\Baya.Infrastructure.Persistence\\Migrations"
]
}
}