MCPcopy Index your code
hub / github.com/Acode-Foundation/acode-plugin / packZip

Function packZip

esbuild.config.mjs:7–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6// Function to pack the ZIP file
7function packZip() {
8 exec("node ./pack-zip.js", (err, stdout, stderr) => {
9 if (err) {
10 console.error("Error packing zip:", err);
11 return;
12 }
13 console.log(stdout.trim());
14 });
15}
16
17// Custom plugin to pack ZIP after build or rebuild
18const zipPlugin = {

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected