Justin Tulloss
Justin Tulloss
There's a long discussion on inproc pub/sub here: http://lists.zeromq.org/pipermail/zeromq-dev/2010-November/008005.html. Does that answer any of your questions?
It does appear that you can get the necessary dependencies included by including `preload-plugins.ts` as one of the files that gets compiled, but the `bunfig.toml` includes a relative path that...
Another potential solution would be to add a `—plugin` flag to the build step to include those plugins. However there’s still the awkwardness of telling the executable when to run...
What I'm specifically trying to do is have the client inject DataUIPart messages with a bunch of client state back to the server. See the cursor example PromptInput [here](https://ai-sdk.dev/elements/components/prompt-input#cursor-style). I'm...