wip: watch select .git files in watcher

This commit is contained in:
Adam
2025-09-25 06:38:59 -05:00
parent cd655177d9
commit 945de4eddc
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ import { Installation } from "../../installation"
import { Config } from "../../config/config"
import { Bus } from "../../bus"
import { Log } from "../../util/log"
import { FileWatcher } from "../../file/watcher"
import { Ide } from "../../ide"
import { Flag } from "../../flag/flag"
@@ -178,7 +177,6 @@ export const TuiCommand = cmd({
.then(() => Bus.publish(Ide.Event.Installed, { ide }))
.catch(() => {})
})()
FileWatcher.init()
await proc.exited
server.stop()