@kimuson/claude-code-viewer 0.6.1-beta.1 → 0.6.1-beta.2

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/dist/main.js CHANGED
@@ -12,7 +12,7 @@ import { Effect as Effect71 } from "effect";
12
12
  // package.json
13
13
  var package_default = {
14
14
  name: "@kimuson/claude-code-viewer",
15
- version: "0.6.1-beta.1",
15
+ version: "0.6.1-beta.2",
16
16
  description: "A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects.",
17
17
  homepage: "https://github.com/d-kimuson/claude-code-viewer",
18
18
  license: "MIT",
@@ -10641,7 +10641,7 @@ var startServer = async (options) => {
10641
10641
  }).pipe(Effect70.provide(NodeContext2.layer))
10642
10642
  );
10643
10643
  honoApp.use(
10644
- "/assets/*",
10644
+ "/*",
10645
10645
  serveStatic({
10646
10646
  root: staticPath
10647
10647
  })