Skip to content

Conversation

patchen0518
Copy link

Summary

This pull request resolves an issue where the Vite development server was launching on an unpredictable port by explicitly setting it to 5174.

Motivation

The Vite server would sometimes occupy both port 5173 (the default) and 5174 without a clear reason, leading to confusion and making it difficult to reliably access the application. This change ensures the frontend server runs on a single, consistent port, which improves the local development experience.

@patchen0518
Copy link
Author

This also address the issue mentioned in #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant