How do I set up Sveltekit routing for production. Using adapter node

I can’t figure out how to set up my built sveltekit app, (used node adapter) to route requests. During development, to get my frontend to communicate with my backend I have my http request with axios and then my vite config set up with the proper proxies.

I built my project with node adapter, and I really can’t figure out how to set up the routing for production. It works in development fine, I’ve been really stuck on this one and can’t find any reference to it in docs or anywhere. I’m not using nginx or anything, my stack is as follows: Frontend - Sveltekit (axios for requests, node adapter during build) Backend - Node/Express and an SQL server

Kept it minimal so I’m not overwhelmed. Any help is appreciated.

I am really clueless at this point and don’t know where to start. So close to finishing.