From 557e5dad60b1c2679cd6529c7d5a8ff9c572f7d2 Mon Sep 17 00:00:00 2001 From: Dmitriy Bratchikov <93475161+yunglocokid@users.noreply.github.com> Date: Mon, 27 May 2024 19:47:24 +0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a2fc2..3bbc6ac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ In WebStorm you can mark a directory as [excluded](https://www.jetbrains.com/hel ## ADDITIONAL SOLUTION TO THE PROBLEM 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. +for example to "pagesLayer" and then delete the pages folder from the project root +(you will also have to change path aliases in tsconfig and similar). **Use what you like best <3**