itelo
itelo
Edge runtime only supports web native API, so some things we do in the generated scripts are not allowed, and we should move them to a new package nextlove-generate, nextlove-generate...
@seveibar this is done, right?
Based on the output of the command: `grep -r methods pages/ > /tmp/methods.txt`, I believe the `withRouteSpec` should have the methods: ``` get post put patch delete getAndPost postAndPut postAndPatch...
Hey @tomassabol, the only change was on the `appRouter` import? I believe it's okay not to be 100% accurate because the `appRouter` location could change depending on where the user...