@nuxt/docs-nightly 4.3.2-29532177.a0d35f9e → 4.4.0-29532345.7b49d0cc

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.
@@ -32,7 +32,7 @@ The `build` command creates a `.output` directory with all your application, ser
32
32
  | `--cwd=<directory>` | | Specify the working directory, this takes precedence over ROOTDIR (default: `.`) |
33
33
  | `--logLevel=<silent\|info\|verbose>` | | Specify build-time log level |
34
34
  | `--prerender` | | Build Nuxt and prerender static routes |
35
- | `--preset` | | Nitro server preset |
35
+ | `--preset=<preset>` | | Specify Nitro server preset. Available presets depend on Nitro (e.g. `node-server`, `vercel`, `netlify`, `static`) |
36
36
  | `--dotenv` | | Path to `.env` file to load, relative to the root directory |
37
37
  | `--envName` | | The environment to use when resolving configuration overrides (default is `production` when building, and `development` when running the dev server) |
38
38
  | `-e, --extends=<layer-name>` | | Extend from a Nuxt layer |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.3.2-29532177.a0d35f9e",
3
+ "version": "4.4.0-29532345.7b49d0cc",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",