mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
feat: improve file watcher with chokidar and better ignore patterns (#2621)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
package shared
|
||||
|
||||
type UnionString string
|
||||
|
||||
func (UnionString) ImplementsPermissionPatternUnion() {}
|
||||
|
||||
type UnionBool bool
|
||||
|
||||
func (UnionBool) ImplementsConfigProviderOptionsTimeoutUnion() {}
|
||||
|
||||
Reference in New Issue
Block a user