Replies: 1 comment
-
Hey! Since World Monitor uses Vite under the hood, changing the dev port is super easy. You have two ways to do it: Option 1: The quick terminal command (Temporary) You don't need to edit any files. Just pass the new port directly when you start the app: Option 2: The permanent config fix If you want it to always load on a specific port automatically, open the vite.config.ts (or .js) file in the root directory and add a port to the server settings: Either of these will bypass that port 3001 conflict immediately! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm trying to run it locally but I already use port 3001. how do I change the port for worldmonitor ?
Beta Was this translation helpful? Give feedback.
All reactions