Dimitar Stoykov
Dimitar Stoykov
Hey Mathieu, All of the above described scenarios are done on an already existing document and not on a newly created document. It's my understanding that when saving a document...
Sorry about the miss-understanding about 1. I updated the code example above to reflect the description. I replaced ```new sketch.Document()``` with ```sketch.getSelectedDocument()```.
@Gabrola I just created a PR for the fastify side. [#591](https://github.com/ts-rest/ts-rest/pull/591)
Another workaround that I found was to use the `watch` command from [tsx](https://github.com/privatenumber/tsx) to monitor and restart persistent, non-interruptible tasks. `tsx watch` (v4.19.2) also detects changes inside internal package dependencies...
@dylanjmcdonald In the context of the [kitchen sink example](https://github.com/vercel/turborepo/tree/main/examples/kitchen-sink), if you change the code inside of `@repo/logger` the `api` tsup --watch won't detect the change as its not aware when...