@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
  */
@@ -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-20250623153513";
4
+ exports.VERSION = "0.0.0-process-keep-alive-20250626135929";
5
5
  //# sourceMappingURL=version.js.map
@@ -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
  */
@@ -1,2 +1,2 @@
1
- export const VERSION = "0.0.0-process-keep-alive-20250623153513";
1
+ export const VERSION = "0.0.0-process-keep-alive-20250626135929";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/core",
3
- "version": "0.0.0-process-keep-alive-20250623153513",
3
+ "version": "0.0.0-process-keep-alive-20250626135929",
4
4
  "description": "Core code used across the Trigger.dev SDK and platform",
5
5
  "license": "MIT",
6
6
  "publishConfig": {