Skip to content

Commit 831d0ae

Browse files
committed
docs: update migration file tree example
1 parent 6b2438d commit 831d0ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/website/docs/guide/01-getting-started/99-migrating-from-v0.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ CommandKit v1 adopts a framework-based approach with a structured `app` director
5959
├── src/
6060
│ ├── commands/
6161
│ │ └── ping.ts
62-
│ └── events/
63-
│ └── ready/
64-
│ └── log.ts
62+
│ ├── events/
63+
│ │ └── ready/
64+
│ │ └── log.ts
65+
│ └── index.ts
6566
├── .env
6667
├── commandkit.config.mjs
6768
├── package.json

0 commit comments

Comments
 (0)