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
Follow [this example](/guides/examples/lightpanda) to get setup with Trigger.dev and Lightpanda in your project.
51
+
### Environment variables
52
+
53
+
The extension sets the following environment variables during the build:
54
+
55
+
-`LIGHTPANDA_BROWSER_PATH`: Set to `/usr/bin/lightpanda` so the browser can be found at runtime
56
+
57
+
#### Development
58
+
59
+
When running in dev, you will first have to download the Lightpanda browser binary. See [Lightpanda's installation guide](https://lightpanda.io/docs/getting-started/installation).
60
+
61
+
Then, set the `LIGHTPANDA_BROWSER_PATH` environment variable to the path of the Lightpanda browser binary.
0 commit comments