chore: cleanup

This commit is contained in:
adamelmore
2026-01-26 16:56:35 -06:00
parent 4075f9e1ab
commit bb178e9352
2 changed files with 3 additions and 242 deletions

View File

@@ -561,6 +561,7 @@ export const { use: useFile, provider: FileProvider } = createSimpleContext({
const stop = sdk.event.listen((e) => {
const event = e.details
console.log(event)
if (event.type !== "file.watcher.updated") return
const path = normalize(event.properties.file)
if (!path) return