fix(tui): guard Bun runtime plugin support

This commit is contained in:
Dax Raad 2026-07-29 12:57:12 -04:00
commit f599f8f3d3
4 changed files with 10 additions and 3 deletions

View file

@ -72,6 +72,11 @@
"bun": "./src/editor-zed-sqlite.bun.ts",
"node": "./src/editor-zed-sqlite.node.ts",
"default": "./src/editor-zed-sqlite.bun.ts"
},
"#runtime-plugin-support": {
"bun": "./src/plugin/runtime-plugin-support.bun.ts",
"node": "./src/plugin/runtime-plugin-support.node.ts",
"default": "./src/plugin/runtime-plugin-support.node.ts"
}
},
"dependencies": {