Files
anomalyco__opentui/packages
Matt Simpson 4fc3fd3bf7 fix(react): correct runtime-plugin-support import path for published package (#962)
## 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
2026-04-22 06:22:15 +02:00
..
2026-04-20 14:56:58 +02:00
2026-04-20 14:56:58 +02:00