I have this project structure here:
- src
|
| - app
|
| - api
|
| - githubPull
| - script.ts
basically I want github to send a POST request to /api/githubPull then I can pull the changes from github
but everytime I try to commit a change nextjs logs:
compiling / not-found
compiled / not-found in xx seconds
and nothing is pulled, not even a single script works







