esync

Directory watching and remote syncing
Log | Files | Refs | README | LICENSE

settings.local.json (166B)


      1 {
      2   "permissions": {
      3     "allow": [
      4       "Bash(go build:*)",
      5       "Bash(go vet:*)",
      6       "Bash(go mod:*)",
      7       "Bash(go test:*)",
      8       "Bash(ls:*)"
      9     ]
     10   }
     11 }