Skip to content

Commit 9219579

Browse files
authored
Adds Missing syntax highlight to manual setup documentation (#298)
1 parent 73721fc commit 9219579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/guides/manual.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To establish an API route for interacting with Trigger.dev, follow these steps b
138138
1. Create a new file named `trigger.(ts/js)` within the `pages/api/` directory.
139139
2. Add the following code to `trigger.(ts/js)`:
140140

141-
```
141+
```typescript
142142
import { createPagesRoute } from "@trigger.dev/nextjs";
143143
import { client } from "@/trigger";
144144
import "@/Jobs";

0 commit comments

Comments
 (0)