From 35f73eba5ac27fd0863f1b99f5464562653740e6 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 1 Jul 2024 23:15:16 +0100 Subject: [PATCH] docs: mention layers in directory guide --- docs/1.getting-started/12.upgrade.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/1.getting-started/12.upgrade.md b/docs/1.getting-started/12.upgrade.md index 8ddabf279f..21593ff0d6 100644 --- a/docs/1.getting-started/12.upgrade.md +++ b/docs/1.getting-started/12.upgrade.md @@ -109,7 +109,7 @@ Nuxt now defaults to a new directory structure, with backwards compatibility (so * the new Nuxt default `srcDir` is `app/` by default, and most things are resolved from there. * `serverDir` now defaults to `/server` rather than `/server` -* `modules` and `public` are resolved relative to `` by default +* `layers`, `modules` and `public` are resolved relative to `` by default * a new `dir.app` is added, which is the directory we look for `router.options.ts` and `spa-loading-template.html` - this defaults to `/`
@@ -131,6 +131,7 @@ app/ app.config.ts app.vue router.options.ts +layers/ modules/ node_modules/ public/