From 3c88b50bbc9048d9784f7c991b99a6154a6f9a64 Mon Sep 17 00:00:00 2001 From: wattanx <43837308+wattanx@users.noreply.github.com> Date: Fri, 16 Jun 2023 02:44:13 +0900 Subject: [PATCH] docs: add note to use `nuxt` with bridge if `nitro` is false (#21586) --- docs/6.bridge/1.overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/6.bridge/1.overview.md b/docs/6.bridge/1.overview.md index e0d9e0a006..15db726fe9 100644 --- a/docs/6.bridge/1.overview.md +++ b/docs/6.bridge/1.overview.md @@ -78,6 +78,10 @@ Nuxt 3 introduced the new Nuxt CLI command [`nuxi`](/docs/api/commands/add). Upd } ``` +::alert +If `nitro: false`, use the `nuxt` command. +:: + ### Static Target If you have set `target: 'static'` in your `nuxt.config` then you need to ensure that you update your build script to be `nuxi generate`.