@dedenlabs/claude-code-router-cli 2.0.4 → 2.0.5
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 +762 -753
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -85914,7 +85914,7 @@ var createServer = (config) => {
|
|
|
85914
85914
|
}, 1e3);
|
|
85915
85915
|
});
|
|
85916
85916
|
server.app.register(import_static.default, {
|
|
85917
|
-
root: (0, import_path3.join)(__dirname, "..", "
|
|
85917
|
+
root: (0, import_path3.join)(__dirname, "..", "dist"),
|
|
85918
85918
|
prefix: "/ui/",
|
|
85919
85919
|
maxAge: "1h"
|
|
85920
85920
|
});
|