refactor(fsd): consolidate src/lib into shared, move test setup to shared/config/tests

This commit is contained in:
Ilia Mashkov
2026-03-07 10:55:57 +03:00
parent ef9d97dde0
commit 45e3ef77c6
11 changed files with 15 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ const config = {
routes: "src/app/routes",
},
alias: {
$lib: path.resolve("src/lib"),
$lib: path.resolve("src/shared/lib"),
$shared: path.resolve("src/shared"),
$pages: path.resolve("src/pages"),
$features: path.resolve("src/features"),