mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-10 02:39:56 +00:00
core: replace chokidar with @parcel/watcher for better performance and cross-platform support
This commit is contained in:
@@ -45,6 +45,8 @@ export namespace FileIgnore {
|
||||
|
||||
const FILE_GLOBS = FILES.map((p) => new Bun.Glob(p))
|
||||
|
||||
export const PATTERNS = [...FILES, ...FOLDERS]
|
||||
|
||||
export function match(
|
||||
filepath: string,
|
||||
opts?: {
|
||||
|
||||
Reference in New Issue
Block a user