MCPcopy Create free account
hub / github.com/Acode-Foundation/acode-plugin / setup

Function setup

esbuild.config.mjs:20–24  ·  view source on GitHub ↗
(build)

Source from the content-addressed store, hash-verified

18const zipPlugin = {
19 name: "zip-plugin",
20 setup(build) {
21 build.onEnd(() => {
22 packZip();
23 });
24 },
25};
26
27// Base build configuration

Callers

nothing calls this directly

Calls 1

packZipFunction · 0.85

Tested by

no test coverage detected