@trigger.dev/core 0.0.0-process-keep-alive-20250623153513 → 0.0.0-process-keep-alive-20250626135929
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.
|
@@ -221,6 +221,13 @@ export type TriggerConfig = {
|
|
|
221
221
|
*/
|
|
222
222
|
devMaxPoolSize?: number;
|
|
223
223
|
};
|
|
224
|
+
/**
|
|
225
|
+
* @default false
|
|
226
|
+
* @description When running the dev CLI, set the current working directory to the build directory.
|
|
227
|
+
*
|
|
228
|
+
* Currently, the process.cwd() is set to the root of the project.
|
|
229
|
+
*/
|
|
230
|
+
experimental_devProcessCwdInBuildDir?: boolean;
|
|
224
231
|
/**
|
|
225
232
|
* @deprecated Use `dirs` instead
|
|
226
233
|
*/
|
package/dist/commonjs/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = "0.0.0-process-keep-alive-
|
|
4
|
+
exports.VERSION = "0.0.0-process-keep-alive-20250626135929";
|
|
5
5
|
//# sourceMappingURL=version.js.map
|
package/dist/esm/v3/config.d.ts
CHANGED
|
@@ -221,6 +221,13 @@ export type TriggerConfig = {
|
|
|
221
221
|
*/
|
|
222
222
|
devMaxPoolSize?: number;
|
|
223
223
|
};
|
|
224
|
+
/**
|
|
225
|
+
* @default false
|
|
226
|
+
* @description When running the dev CLI, set the current working directory to the build directory.
|
|
227
|
+
*
|
|
228
|
+
* Currently, the process.cwd() is set to the root of the project.
|
|
229
|
+
*/
|
|
230
|
+
experimental_devProcessCwdInBuildDir?: boolean;
|
|
224
231
|
/**
|
|
225
232
|
* @deprecated Use `dirs` instead
|
|
226
233
|
*/
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = "0.0.0-process-keep-alive-
|
|
1
|
+
export const VERSION = "0.0.0-process-keep-alive-20250626135929";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED