Skip to content

Commit 223cf86

Browse files
authored
docs: Add note about reviewing project structure in migration guide (#1990)
1 parent 4f1776b commit 223cf86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/guide/resources/migrate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ cd path/to/your/project
1515
pnpm dlx wxt@latest init example-wxt --template vanilla
1616
```
1717

18+
:::tip
19+
We recommend reviewing [project structure](/guide/essentials/project-structure.md) before you get started.
20+
You can customize directory names in `wxt.config.ts` to match your project's needs.
21+
:::
22+
1823
In general, you'll need to:
1924

2025
&ensp;<input type="checkbox" /> Install `wxt`<br />

0 commit comments

Comments
 (0)