@trigger.dev/core 0.0.0-v3-canary-20240322141522 → 0.0.0-v3-canary-20240322145829

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v3/index.js CHANGED
@@ -666,6 +666,7 @@ var Config = zod.z.object({
666
666
  default: RetryOptions.optional()
667
667
  }).optional(),
668
668
  additionalPackages: zod.z.string().array().optional(),
669
+ additionalFiles: zod.z.string().array().optional(),
669
670
  dependenciesToBundle: zod.z.array(zod.z.union([
670
671
  zod.z.string(),
671
672
  RegexSchema