docs: update code example for nightly release to default to 3x

This commit is contained in:
Daniel Roe 2025-03-04 14:22:12 +00:00
parent 86520bd0ec
commit a243f8fcf6
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -29,7 +29,7 @@ Update `nuxt` dependency inside `package.json`:
{
"devDependencies": {
-- "nuxt": "^3.0.0"
++ "nuxt": "npm:nuxt-nightly@latest"
++ "nuxt": "npm:nuxt-nightly@3x"
}
}
```
@ -43,7 +43,7 @@ Update `nuxt` dependency inside `package.json`:
```diff [package.json]
{
"devDependencies": {
-- "nuxt": "npm:nuxt-nightly@latest"
-- "nuxt": "npm:nuxt-nightly@3x"
++ "nuxt": "^3.0.0"
}
}