mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-17 07:04:20 +01:00
setup dual publish for commonjs/esm modules and properly route browser/node usages to the correct napi binary entrypoint
This commit is contained in:
2
bindings/javascript/sync.cjs
Normal file
2
bindings/javascript/sync.cjs
Normal file
@@ -0,0 +1,2 @@
|
||||
const { Database } = require('./dist/cjs/sync');
|
||||
module.exports = Database;
|
||||
Reference in New Issue
Block a user