sunny-green
sunny-green4mo ago

how to add port on refine start

how to add port on refine start
2 Replies
kapa.ai
kapa.ai4mo ago
Hi @tamastro. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- To specify a port when starting your Refine application, you can pass the --port option to the npm run refine start command. This is useful if you want to run your application on a different port than the default. Here is how you can do it:
npm run refine start --port 3001
npm run refine start --port 3001
This command will start your Refine application on port 3001. For more details, you can refer to the Refine CLI documentation (https://refine.dev/docs/packages/cli/#dev-start-build). If you encounter any issues or need further assistance, feel free to check the Refine documentation (https://refine.dev/docs/) or join the Refine Discord community (https://discord.gg/refine) for support. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4mo ago
<@397763300257169418> kapa.ai is still learning and improving, please let us know how it did by reacting below