chore(vscode): rename download-copy-sqlite-esbuild.js to download-copy-sqlite.js and update imports
This commit is contained in:
@@ -11,7 +11,7 @@ const { TARGET_TO_LANCEDB } = require("../utils/targets");
|
||||
const fs = require("fs");
|
||||
const {
|
||||
downloadSqlite,
|
||||
} = require("../../extensions/vscode/scripts/download-copy-sqlite-esbuild");
|
||||
} = require("../../extensions/vscode/scripts/download-copy-sqlite");
|
||||
const { fork } = require("child_process");
|
||||
|
||||
async function downloadNodeSqlite(target, targetDir) {
|
||||
|
||||
@@ -10,7 +10,7 @@ const {
|
||||
autodetectPlatformAndArch,
|
||||
} = require("../../../scripts/util/index");
|
||||
|
||||
const { copySqlite } = require("./download-copy-sqlite-esbuild");
|
||||
const { copySqlite } = require("./download-copy-sqlite");
|
||||
const { generateAndCopyConfigYamlSchema } = require("./generate-copy-config");
|
||||
const { installAndCopyNodeModules } = require("./install-copy-nodemodule");
|
||||
const { npmInstall } = require("./npm-install");
|
||||
|
||||
Reference in New Issue
Block a user