From fae41969a60698a217b017c844e26fc072e5c6c7 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Wed, 10 Apr 2024 10:40:25 -0400 Subject: [PATCH] Remove static target import --- index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.js b/index.js index 6cbf2e2..f70d717 100644 --- a/index.js +++ b/index.js @@ -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)