Files
triggerdotdev--trigger.dev/patches/tsup@8.0.1.patch
T
Eric Allam 17f6f29d05
🚀 Publish Trigger.dev Docker / e2e (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 5s
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 5s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
Feature: Support multiple runtimes other than Node.js (#774)
2023-12-06 10:23:37 +00:00

12 lines
421 B
Diff

diff --git a/dist/index.js b/dist/index.js
index 96cbf7b0eca2641ca074a4d21dbfdd77d4e5e1fa..11393d917632c6953474c5b1289879f30a9aa829 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1643,7 +1643,6 @@ async function runEsbuild(options, {
});
await pluginContainer.buildStarted();
const esbuildPlugins = [
- format === "cjs" && nodeProtocolPlugin(),
{
name: "modify-options",
setup(build2) {