@nuxt/docs-nightly 4.0.0-29209845.9bf809de → 4.0.0-29210038.97386a0c

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.
@@ -38,6 +38,8 @@ Option | Default | Description
38
38
  `--gitInit` | | Initialize git repository
39
39
  `--shell` | | Start shell after installation in project directory
40
40
  `--packageManager` | | Package manager choice (npm, pnpm, yarn, bun)
41
+ `--modules` | | Nuxt modules to install (comma separated without spaces)
42
+ `--no-modules` | | Skip module installation prompt
41
43
  <!--/init-opts-->
42
44
 
43
45
  ## Environment variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.0.0-29209845.9bf809de",
3
+ "version": "4.0.0-29210038.97386a0c",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",