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.
1 parent 6b2438d commit 831d0aeCopy full SHA for 831d0ae
apps/website/docs/guide/01-getting-started/99-migrating-from-v0.mdx
@@ -59,9 +59,10 @@ CommandKit v1 adopts a framework-based approach with a structured `app` director
59
├── src/
60
│ ├── commands/
61
│ │ └── ping.ts
62
- │ └── events/
63
- │ └── ready/
64
- │ └── log.ts
+ │ ├── events/
+ │ │ └── ready/
+ │ │ └── log.ts
65
+ │ └── index.ts
66
├── .env
67
├── commandkit.config.mjs
68
├── package.json
0 commit comments