From b1d3e8998800cb84a247d8147e741f6baa00b763 Mon Sep 17 00:00:00 2001 From: Dmitriy Bratchikov <93475161+yunglocokid@users.noreply.github.com> Date: Mon, 27 May 2024 19:48:34 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbc6ac..e3739c2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ will result in a [build error](https://t.me/feature_sliced/1/107414). In WebStorm you can mark a directory as [excluded](https://www.jetbrains.com/help/webstorm/configuring-project-structure.html#content-root). After that, you won’t see it in shared files (like, for example, node_modules or .next) -## ADDITIONAL SOLUTION TO THE PROBLEM +## ADDITIONAL SOLUTION TO THE PROBLEM (NOT RECOMMENDED) If you don't like the empty "pages" folder in the project root, you can rename the pages layer (./src/pages) for example to "pagesLayer" and then delete the pages folder from the project root