https://youtu.be/HLsx0iraA-Y?t=619
I've been using this video to set it up but I'm wondering if I can just run next start
and have that be the node server instead of my own custom server.
I see that the web.config file points to the server.js file (custom server) as an entry/starting point and if I do next start it wont have that configuration.
So is there any way I can just use next.js next start to start my server instead of have my own custom server but still have it be deployed on IIS?