Exporting an object while declaring vs exporting an object after declaring in Next.js
I was recently writing the middleware.ts
file in my Next.js project. And encountered the following situation:
I was recently writing the middleware.ts
file in my Next.js project. And encountered the following situation: