You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will also need to update your usage of the `trigger.dev` CLI to use the preview release. If you run the CLI via `npx` you can update to the preview release like so:
@@ -28,13 +28,13 @@ You will also need to update your usage of the `trigger.dev` CLI to use the prev
28
28
npx trigger.dev@beta dev
29
29
30
30
# using the preview release
31
-
npx https://pkg.pr.new/triggerdotdev/trigger.dev@1265 dev
31
+
npx trigger.dev@0.0.0-prerelease-20240823132052 dev
32
32
```
33
33
34
34
If you've added the `trigger.dev` CLI to your `devDependencies`, then you should update the version to point to the preview release:
Now you can import the `syncEnvVars` build extension and use it in your `trigger.config.ts` file:
@@ -181,7 +181,7 @@ export default defineConfig({
181
181
We've created a build extension to support using Prisma in your Trigger.dev tasks. To use this extension, you'll need to add the `@trigger.dev/build` package to your `devDependencies`:
0 commit comments