Skip to content

Commit a157ba4

Browse files
committed
chore: update migration instructions
1 parent e95d320 commit a157ba4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.changeset/ninety-wolves-fix.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ Rename `/vibes/soul/` to `/ui/`, replacing all imports and configuration rules t
66

77
## Migration instructions
88

9+
### Rebase conflicts
10+
11+
- Custom components in `/vibes/soul/*` need to be moved to `/ui/`.
12+
- Change import name from `@/vibes/soul/` to `@/ui/`.
13+
- If import order errors occur, run `pnpm run lint -- --fix` to fix import order or fix manually.
14+
15+
### Manual migration
16+
917
- Replace `/vibes/soul/` for `/ui/`.
1018
- Rename all imports from `@/vibes/soul/` to `@/ui/`.
11-
- Update `tsconfig.json` to point to the add `@/ui` path.
19+
- Update `tsconfig.json` to point to the `@/ui` path.
1220
- Update `next.config.ts` to replaces `vibes` with `ui` in the included eslint dirs.
1321
- Update `global.css` to replace `./vibes` with `./ui`.
1422
- Run `pnpm run lint -- --fix` to auto fix import order.

0 commit comments

Comments
 (0)