From de43eb05d2e43ab31effce3dcca62ad91a556b26 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 5 Oct 2025 16:42:02 -0700 Subject: Init --- .ci/bundle.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .ci/bundle.js (limited to '.ci/bundle.js') diff --git a/.ci/bundle.js b/.ci/bundle.js new file mode 100644 index 0000000..46a9ce4 --- /dev/null +++ b/.ci/bundle.js @@ -0,0 +1,12 @@ +import * as esbuild from 'esbuild'; +await esbuild + .build({ + entryPoints: ['dist/ci.js'], + bundle: true, + minify: true, + platform: 'node', + outfile: 'ci.js', + logLevel: 'info', + sourcemap: false, + }) + .catch(() => process.exit(1)); -- cgit v1.2.3-70-g09d2