We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codeflare ui
1 parent 6b5dc91 commit 6803db5Copy full SHA for 6803db5
plugins/plugin-codeflare/src/controller/index.ts
@@ -76,7 +76,7 @@ export default function registerCodeflareCommands(registrar: Registrar) {
76
})
77
78
// launch our explore guidebook
79
- ;["explore", "explorer", "hello"].forEach((explore) =>
+ ;["ui", "explore", "explorer", "hello"].forEach((explore) =>
80
registrar.listen(`/codeflare/${explore}`, (args) => import("./hello").then((_) => _.default(args)), {
81
needsUI: true,
82
outputOnly: true,
0 commit comments