-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GEN-2026] chore: switch flag to legacy (#1992)
This pull request involves renaming the "beta" UI references to "legacy" across the codebase for better clarity. The changes primarily affect the `cli/cmd/ui.go` and `frontend/main.go` files. Key changes include: ### Renaming "beta" to "legacy" in `cli/cmd/ui.go`: * Changed `betaDefaultPort` to `legacyDefaultPort` in the constants section. * Updated the flag from `betaFlag` to `legacyFlag` and adjusted the logic to use `legacyDefaultPort` instead of `betaDefaultPort`. ### Renaming "beta" to "legacy" in `frontend/main.go`: * Changed `betaPort` to `legacyPort` in the constants section. * Updated the flag from `beta-port` to `legacy-port` in the `parseFlags` function. * Modified the log messages and server start logic to use `legacyPort` instead of `betaPort`. --------- Co-authored-by: alonkeyval <[email protected]>
- Loading branch information
1 parent
fc8ed14
commit b737013
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters