import { createServer } from 'node:http';
const dev = process.env.NODE_ENV !== 'production'
// when using middleware `hostname` and `port` must be provided below
const app = 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
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