tui plugins (#19347)

This commit is contained in:
Sebastian 2026-03-27 15:00:26 +01:00 committed by GitHub
commit 6274b0677c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
91 changed files with 10544 additions and 898 deletions

View file

@ -1,7 +1,7 @@
preload = ["@opentui/solid/preload"]
[test]
preload = ["./test/preload.ts"]
preload = ["@opentui/solid/preload", "./test/preload.ts"]
# timeout is not actually parsed from bunfig.toml (see src/bunfig.zig in oven-sh/bun)
# using --timeout in package.json scripts instead
# https://github.com/oven-sh/bun/issues/7789