@builder.io/dev-tools 1.18.17-dev.202511261458.038d96925 → 1.18.17-dev.202511261532.38bc0fb2a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -267,7 +267,7 @@ export declare class CodeGenSession {
267
267
  * Returns a dispose function to unsubscribe.
268
268
  * The watcher is lazily initialized on first subscription and cleaned up on last unsubscribe.
269
269
  */
270
- subscribeToFileChanges(onEvent: (event: FolderWatchEvent) => void): () => void;
270
+ subscribeToFileChanges(onEvent: (event: FolderWatchEvent) => void): () => Promise<void>;
271
271
  close(uploadGitBackup?: boolean): Promise<void>;
272
272
  emitGitStatus(): Promise<GenerateCompletionStepGit | null>;
273
273
  manualCommit(options: {