Adds Missing syntax highlight to manual setup documentation (#298)

This commit is contained in:
Yaswanth
2023-08-10 15:00:22 +05:30
committed by GitHub
parent 73721fc55c
commit 921957958e
+1 -1
View File
@@ -138,7 +138,7 @@ To establish an API route for interacting with Trigger.dev, follow these steps b
1. Create a new file named `trigger.(ts/js)` within the `pages/api/` directory.
2. Add the following code to `trigger.(ts/js)`:
```
```typescript
import { createPagesRoute } from "@trigger.dev/nextjs";
import { client } from "@/trigger";
import "@/Jobs";