|
|
@@ -51,9 +51,9 @@ Then paste the following prompt in full:
|
|
|
|
|
|
<div style={{ width: '100%', height: '500px', overflow: 'auto', marginBottom: '20px' }}>
|
|
|
|
|
|
-<!-- Note: the following code block should not be edited. It is auto-generated from the files in the
|
|
|
+{/* Note: the following code block should not be edited. It is auto-generated from the files in the
|
|
|
`.claude/skills/vendure-dashboard-migration` dir, by running the npm script `generate-migration-prompt` from
|
|
|
- the `./docs` dir. -->
|
|
|
+ the `./docs` dir. */}
|
|
|
````md
|
|
|
## Instructions
|
|
|
|
|
|
@@ -61,7 +61,7 @@ Then paste the following prompt in full:
|
|
|
2. Read and understand the overall rules for migration
|
|
|
- the "General" section below
|
|
|
- the "Common Tasks" section below
|
|
|
-3. Check the tsconfig setup <tsconfig-setup>. This may or may not already be set up.
|
|
|
+3. Check the tsconfig setup (see "TSConfig setup" section). This may or may not already be set up.
|
|
|
- the "TSConfig setup" section below
|
|
|
4. Identify each part of the Admin UI extensions that needs to be
|
|
|
migrated, and use the data from the appropriate sections to guide
|