Update modules.mdx

This commit is contained in:
Jacob Nguyen
2024-10-01 12:55:40 -05:00
committed by GitHub
parent 34864fecea
commit a8118c58dc

View File

@@ -155,7 +155,7 @@ We are now moving to event modules, which listens to the vast streams of data pr
If you haven't already, add the `events` directory to your [config](/v4/reference/config)
```js
export const events="./dist/tasks";
export const events = "./dist/events";
```