mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
4fc3fd3bf7
## Summary - Fixed `runtime-plugin-support.ts` importing from `../src/index.js` which doesn't exist in the published `dist/` (only `dist/index.js` does) - Changed to `../index.js` to match the pattern `@opentui/solid` already uses - Added root `index.ts` barrel so the import resolves at dev time and tsc can generate declarations Fixes #960