Skip to content

Commit db2cbee

Browse files
Sync cli docs (#1028)
sync cli docs Co-authored-by: Rich-Harris <[email protected]>
1 parent 058089f commit db2cbee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/svelte.dev/content/docs/cli/20-commands/40-sv-migrate.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ npx sv migrate [migration]
1515

1616
## Migrations
1717

18+
### `app-state`
19+
20+
Migrates `$app/store` usage to `$app/state` in `.svelte` files. See the [migration guide](/docs/kit/migrating-to-sveltekit-2#SvelteKit-2.12:-$app-stores-deprecated) for more details.
21+
1822
### `svelte-5`
1923

2024
Upgrades a Svelte 4 app to use Svelte 5, and updates individual components to use [runes](../svelte/what-are-runes) and other Svelte 5 syntax ([see migration guide](../svelte/v5-migration-guide)).

0 commit comments

Comments
 (0)