@nuxt/docs-nightly 4.0.4-29247596.6ca80085 → 4.0.4-29247623.d068b868

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ links:
10
10
 
11
11
  <!--init-cmd-->
12
12
  ```bash [Terminal]
13
- npm create nuxt@latest [DIR] [--cwd=<directory>] [-t, --template] [-f, --force] [--offline] [--preferOffline] [--no-install] [--gitInit] [--shell] [--packageManager]
13
+ npm create nuxt@latest [DIR] [--cwd=<directory>] [-t, --template] [-f, --force] [--offline] [--preferOffline] [--no-install] [--gitInit] [--shell] [--packageManager] [--nightly]
14
14
  ```
15
15
  <!--/init-cmd-->
16
16
 
@@ -40,6 +40,7 @@ Option | Default | Description
40
40
  `--packageManager` | | Package manager choice (npm, pnpm, yarn, bun)
41
41
  `--modules` | | Nuxt modules to install (comma separated without spaces)
42
42
  `--no-modules` | | Skip module installation prompt
43
+ `--nightly` | | Use Nuxt nightly release channel (3x or latest)
43
44
  <!--/init-opts-->
44
45
 
45
46
  ## Environment variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.0.4-29247596.6ca80085",
3
+ "version": "4.0.4-29247623.d068b868",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",