You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ah my bad. Thanks for filing an issue I wouldn't have realized I broke this. 🌟
I'd been cleaning up what gets published to npm and was experimenting with pre-building the typescript apis for browser and bun processes.
What I really want and had before was just copy the source typescript for those directly to /dist (which goes to npm) so that when you actually run electrobun build for your app it should just import the parts of the api you use into your code and provide all the types as you work.
Can you publish TS definitions to npm?
The text was updated successfully, but these errors were encountered: