!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! →
I am trying to deploy the chinese-anthos branch from my repository GitHub - cat2d2/florr.io: Florr.io hacks and florr.io clones! Super sigma
Currently, I have the deployment branch set to chinese-anthos, and Vercel runs
cd chinese-anthos
npm install
npm run build
I tried npm run dev and npm run build. I didn’t actually put change directory in the build instructions ofc. It was trying to build for 35 minutes until I stopped it. The logs said listening on port 25564 or something (I forgot). It works fine locally and in codespaces. Is there a way to open the forwarded port differently with Vercel or something? Please help