You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No middleware found. Create a 'middleware.ts' or 'middleware.js' file in your project root to add custom middleware.",
25
+
"No middleware found. If you did intend to use middleware, create a 'middleware.ts' or 'middleware.js' file in your project root to add custom middleware.",
25
26
)
26
27
}else{
27
28
console.log('Watching for changes in Next.js middleware...')
28
-
}
29
-
// Eventually we might want to do this via esbuild's API, but for now the CLI works fine
0 commit comments