@trigger.dev/core 3.0.0-beta.15 → 3.0.0-beta.17
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.d.mts +2 -0
- package/dist/v3/index.d.ts +2 -0
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v3/index.d.mts
CHANGED
|
@@ -12982,6 +12982,8 @@ interface ProjectConfig {
|
|
|
12982
12982
|
* List of additional files to include in your trigger.dev bundle. e.g. ["./prisma/schema.prisma"]
|
|
12983
12983
|
*
|
|
12984
12984
|
* Supports glob patterns.
|
|
12985
|
+
*
|
|
12986
|
+
* Note: The path separator for glob patterns is `/`, even on Windows!
|
|
12985
12987
|
*/
|
|
12986
12988
|
additionalFiles?: string[];
|
|
12987
12989
|
/**
|
package/dist/v3/index.d.ts
CHANGED
|
@@ -12982,6 +12982,8 @@ interface ProjectConfig {
|
|
|
12982
12982
|
* List of additional files to include in your trigger.dev bundle. e.g. ["./prisma/schema.prisma"]
|
|
12983
12983
|
*
|
|
12984
12984
|
* Supports glob patterns.
|
|
12985
|
+
*
|
|
12986
|
+
* Note: The path separator for glob patterns is `/`, even on Windows!
|
|
12985
12987
|
*/
|
|
12986
12988
|
additionalFiles?: string[];
|
|
12987
12989
|
/**
|