mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-25 01:04:21 +01:00
fix: remove unnecessary slash from default command
This commit is contained in:
@@ -165,7 +165,7 @@ export const routes = (app: HonoAppType) => {
|
||||
globalCommands.status === "fulfilled" ? globalCommands.value : [],
|
||||
projectCommands:
|
||||
projectCommands.status === "fulfilled" ? projectCommands.value : [],
|
||||
defaultCommands: ["/init", "/compact"],
|
||||
defaultCommands: ["init", "compact"],
|
||||
});
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user