settings.local.json 119 B

12345678
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(dotnet build:*)",
  5. "Bash(dotnet ef migrations add:*)"
  6. ]
  7. }
  8. }