mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #345] Export solid plugin properly #859
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#859
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ericc-ch on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/345
Define the export properly for solid plugin in package.json, so instead of
We can do
Would be a nice qol improvement
Is there anything that prevents this? I'm genuinely curious because it seems easy
I'll try it and if it is then I'll open a PR later :)
@kommander commented on GitHub (Nov 26, 2025):
Should be totally possible to export an entrypoint for the plugin. I don't see anything blocking that, @Adictya ?
@Adictya commented on GitHub (Nov 26, 2025):
Yup nothing blocking it, go ahead @ericc-ch
import solidPlugin from "@opentui/solid/bun-plugin"sounds good@ericc-ch commented on GitHub (Nov 26, 2025):
Done! Didn't realize it was literally just one line lol