Skip to content

Commit f1c19e1

Browse files
committed
Adds trouble shooting for pino
1 parent 629502c commit f1c19e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ export default defineConfig({
6767
});
6868
```
6969

70+
### `Cannot find module '/app/lib/worker.js"` when using pino
71+
72+
If you see this error, add pino (and any other associated packages) to your `external` build settings in your `trigger.config.ts` file. Learn more about the `external` setting in the [config docs](/config/config-file#external).
73+
7074
## Project setup issues
7175

7276
### `The requested module 'node:events' does not provide an export named 'addAbortListener'`

0 commit comments

Comments
 (0)