better-ccflare 1.2.34 → 1.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -126,10 +126,15 @@ git clone https://github.com/tombii/better-ccflare
126
126
  cd better-ccflare
127
127
  bun install
128
128
 
129
+ # Build dashboard and TUI (required before first run)
130
+ bun run build
131
+
129
132
  # Start better-ccflare (TUI + Server)
130
133
  bun run better-ccflare
131
134
  ```
132
135
 
136
+ **Note**: You must run `bun run build` at least once to build the dashboard files before starting the server. This can also be done by running `bun run better-ccflare` which includes the build step.
137
+
133
138
  ### Docker (Multi-Platform: linux/amd64, linux/arm64)
134
139
 
135
140
  ```bash
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "1.2.34",
3
+ "version": "1.2.36",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "author": "snipeship",
6
6
  "license": "MIT",