Documentation
¶
Overview ¶
Command bundlecmd is the offline connector-ingest step: it esbuild-bundles ONE ActivePieces connector source tree (its index.ts) into a single CommonJS program with the framework packages left external, and writes the blob. Run it per connector to vendor the JS the runtime executes natively.
go run ./clients/connectorruntime/internal/bundlecmd <index.ts> <out.js> [extraExternal...]
Click to show internal directories.
Click to hide internal directories.