Skip to content

Commit

Permalink
remove unused file from bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jul 15, 2024
1 parent 51a5e0e commit f539946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/scripts/bundle-wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function findAndReplaceInDir(
async function main() {
await fs.copyFile("./release/postgres.wasm", "./dist/postgres.wasm");
await fs.copyFile("./release/postgres.data", "./dist/postgres.data");
await fs.copyFile("./release/postgres.so", "./dist/postgres.so");
// await fs.copyFile("./release/postgres.so", "./dist/postgres.so");
await fs.copyFile("./release/vector.tar.gz", "./dist/vector.tar.gz");
await findAndReplaceInDir(
"./dist",
Expand Down

0 comments on commit f539946

Please sign in to comment.