[fix] #1 keep C binding from default module exports (compat with Bun)
Signed-off-by: Anton Nesterov <anton@demiurg.io>
This commit is contained in:
parent
48a26223c0
commit
ab5de2ae51
|
@ -1,2 +1 @@
|
||||||
export { default as DAL } from "./Builder";
|
export { default as DAL } from "./Builder";
|
||||||
export { default as DALite } from "./CBuilder";
|
|
||||||
|
|
Loading…
Reference in a new issue