the statusphere demo reworked into a vite/react app in a monorepo

add log for jetstream closing

Changed files
+1
packages
appview
src
ingestors
+1
packages/appview/src/ingestors/jetstream.ts
··· 173 this.isDestroyed = true 174 this.ws.close() 175 this.isStarted = false 176 } 177 } 178 }
··· 173 this.isDestroyed = true 174 this.ws.close() 175 this.isStarted = false 176 + this.logger.info('jetstream destroyed gracefully') 177 } 178 } 179 }