resolve merge conflicts
This commit is contained in:
@@ -53,6 +53,7 @@ console.log(`Loaded ${migrations.length} migrations`)
|
||||
const singleFlag = process.argv.includes("--single")
|
||||
const baselineFlag = process.argv.includes("--baseline")
|
||||
const skipInstall = process.argv.includes("--skip-install")
|
||||
const sourcemapsFlag = process.argv.includes("--sourcemaps")
|
||||
const plugin = createSolidTransformPlugin()
|
||||
// kilocode_change - packages/app was removed; the web UI embed step is no longer applicable
|
||||
|
||||
@@ -200,6 +201,7 @@ for (const item of targets) {
|
||||
external: ["node-gyp", ...LanceDBRuntime.external], // kilocode_change
|
||||
format: "esm",
|
||||
minify: true,
|
||||
sourcemap: sourcemapsFlag ? "linked" : "none",
|
||||
splitting: true,
|
||||
compile: {
|
||||
autoloadBunfig: false,
|
||||
|
||||
Reference in New Issue
Block a user