From ecab90ba1a249f6330b00a5afd9c01833bf16817 Mon Sep 17 00:00:00 2001 From: hamid Date: Tue, 30 Jun 2026 22:49:17 +0330 Subject: [PATCH] include .claude file --- .claude/settings.local.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 865ef85..fd3093d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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" + ] } }