MCPcopy Create free account
hub / github.com/TanStack/cli / stop

Method stop

packages/cli/src/dev-watch.ts:137–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 async stop(): Promise<void> {
138 console.log()
139 this.log.info('Stopping dev watch mode...')
140
141 if (this.watcher) {
142 await this.watcher.close()
143 this.watcher = null
144 }
145
146 this.debounceQueue.clear()
147 this.cleanup()
148 }
149
150 private startWatcher(): void {
151 const watcherConfig = {

Callers 14

createUIEnvironmentFunction · 0.80
addToAppFunction · 0.80
useAudioRecorderFunction · 0.80
installShadcnComponentsFunction · 0.80

Calls 5

cleanupMethod · 0.95
logMethod · 0.80
infoMethod · 0.65
closeMethod · 0.65
clearMethod · 0.65

Tested by

no test coverage detected