next-runtime
next-runtime copied to clipboard
`ntl dev` should fail if middleware is in incorrect folder
Currently ntl dev allows you to place middleware in the root when pages are in src. This is invalid, and will fail when the site is deployed. The CLI should show this as an error.