I just ran @trigger.dev/cli init against a Next.js project using the App Dir and JavaScript and it output the following message:
✅ Created app route at src/app/api/trigger.ts
Even though the file was actually created at src/app/api/trigger/route.js
We should make sure that this output is correctly specified for different setups:
TRI-1125
I just ran
@trigger.dev/cli initagainst a Next.js project using the App Dir and JavaScript and it output the following message:Even though the file was actually created at
src/app/api/trigger/route.jsWe should make sure that this output is correctly specified for different setups:
TRI-1125