Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit d0bdd53

Browse files
z23ccclaude
andcommitted
chore: change default port from 3000 to 17319 to avoid conflicts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a623efc commit d0bdd53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flowctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ site-root = "target/site"
106106
site-pkg-dir = "pkg"
107107
style-file = "crates/flowctl-web/style/main.css"
108108
assets-dir = "crates/flowctl-web/public"
109-
site-addr = "127.0.0.1:3000"
110-
reload-port = 3001
109+
site-addr = "127.0.0.1:17319"
110+
reload-port = 17320
111111
bin-features = ["daemon"]
112112
lib-features = ["hydrate"]
113113
lib-profile-release = "wasm-release"

0 commit comments

Comments
 (0)