Skip to content

Commit

Permalink
Merge pull request #100 from tursodatabase/remove-static-target-import
Browse files Browse the repository at this point in the history
Remove static target import
  • Loading branch information
penberg authored Apr 10, 2024
2 parents 5ddc9fd + fae4196 commit b31c220
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
const { load, currentTarget } = require("@neon-rs/load");
const { familySync, GLIBC } = require("detect-libc");

// Static requires for bundlers.
if (0) {
require("./.targets");
}

function requireNative() {
if (process.env.LIBSQL_JS_DEV) {
return load(__dirname)
Expand Down

0 comments on commit b31c220

Please sign in to comment.