File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
packages/showcase/src/app/migrations/migration-to-v1 Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,12 @@ <h1 class="heading-1">{{ migrationData.title }}</h1>
2323</ blockquote >
2424
2525< blockquote class ="blockquote-info ">
26- ⚡ Quick Migration: Save time
27- < a
28- class ="hyperlink "
29- href ="/assets/migrations/v1/migrate-mercury-tokens.js "
30- download
31- >
32- by downloading our automated migration script </ a
33- > . It will find and replace all tokens in your project, create backups in a
34- centralized folder, and provide a comprehensive report of changes. Instructions are
35- in the script itself.
26+ ⚡ Quick Migration: Save time with our automated migration tool. Simply run
27+ < code > bunx mercury update</ code > from your project root. It will find and replace
28+ all tokens in your project, create a backup in a centralized folder, and provide a
29+ comprehensive report of changes. Although a backup is created, it is recommended to
30+ be cautious with this method.
3631</ blockquote >
37-
3832@for (
3933 category of filteredAssets();
4034 track category.categoryName;
You can’t perform that action at this time.
0 commit comments