Skip to content

Port change #42

@schergr

Description

@schergr

I ran ccflare as follow: bun run ccflare --port=8081

Comes up nicely. 8081 all the way, until there appears to be a type, or a hard coded port somewhere where it says ✓ Server running at http://localhost:8080 Its live on 8081, tested with Claude.

user@omv:~/documents/projects/ccflare$ bun run ccflare --port=8081
$ bun run build && bun run tui "--port=8081"
$ bun run build:dashboard && bun run build:tui
$ bun run --cwd packages/dashboard-web build
$ bun run build.ts

🚀 Building dashboard...

🗑️ Cleaning previous build at /home/user/documents/projects/ccflare/packages/dashboard-web/dist
📄 Building dashboard from src/index.html

✅ Dashboard build completed in 2297.24ms

📦 Output files:

  • dist/chunk-bjprcg4c.js
  • dist/index.html
  • dist/chunk-m08cyhvd.css
  • dist/chunk-bjprcg4c.js.map
  • dist/favicon-7fef0tsq.svg
    $ bun run --cwd apps/tui build
    $ bun build src/main.ts --compile --outfile dist/ccflare --target=bun
    [355ms] bundle 674 modules
    [15ms] compile dist/ccflare
    $ bun run apps/tui/src/main.ts "--port=8081"

🎯 ccflare Server v1.0.0
🌐 Port: 8081
📊 Dashboard: http://localhost:8081
🔗 API Base: http://localhost:8081/api

Available endpoints:

⚡ Ready to proxy requests...

⚙️ Current strategy: session (default: session)

🚀 Server

✓ Server running at http://localhost:8080

Press 'd' to open dashboard in browser

Press 'q' or ESC to go back

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions