Step2
tsconst { listen } = createHTTPServer({router: appRouter,});// The API will now be listening on port 3000!listen(3000);
tsconst { listen } = createHTTPServer({router: appRouter,});// The API will now be listening on port 3000!listen(3000);