From 933c6f474f05f7b03cac1b0bb0d93a5c4af15bfc Mon Sep 17 00:00:00 2001 From: Tim Blyth Date: Sat, 24 Jan 2026 10:31:35 +1300 Subject: [PATCH] fix: swapped config option descriptions? --- apps/docs/src/plugins/structure/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/src/plugins/structure/config.md b/apps/docs/src/plugins/structure/config.md index e63fc26..fb8ce9c 100644 --- a/apps/docs/src/plugins/structure/config.md +++ b/apps/docs/src/plugins/structure/config.md @@ -44,12 +44,12 @@ This reference page covers the config types available in `plugin.json`. If you'r backend ❌ - The relative path to the frontend directory. If not provided, the default folder is frontend. + The relative path to the backend directory. If not provided, the default folder is backend. frontend ❌ - The relative path to the backend directory. If not provided, the default folder is backend. + The relative path to the frontend directory. If not provided, the default folder is frontend. backendType