vizhub-core / vzcode

Mob Programming Code Editor
MIT License
65 stars 13 forks source link

fixed the wrong port opening in development mode #719

Closed michaelhelper closed 3 months ago

michaelhelper commented 3 months ago

I added a new environment variable for the editor port to be 5173. The index.js file then checks the editor port variable and defaults to the current port if one is not specified.