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
import{createServer}from'node:http';constdev=process.env.NODE_ENV!=='production'// when using middleware `hostname` and `port` must be provided belowconstapp=nammatham({ dev, hostname, port })
I think we can deprecated the main role of packages @nammatham/express ,
Previously, as a main server for azure functions dev
The text was updated successfully, but these errors were encountered:
see https://nextjs.org/docs/pages/building-your-application/configuring/custom-server
Expected Behavior
I think we can deprecated the main role of packages
@nammatham/express
,Previously, as a main server for azure functions dev
The text was updated successfully, but these errors were encountered: