Closed brendan-kellam closed 4 weeks ago
This PR expands the configuration schema to support local directories. For example:
{ "$schema": "./schemas/v2/index.json", "repos": [ { "type": "local", "path": "/path/to/my/repo", "watch": true, "exclude": { "paths": [ ".git", "node_modules" ] } } ] }
Fixes #19
This PR expands the configuration schema to support local directories. For example:
Fixes #19