refactor(fsd): consolidate src/lib into shared, move test setup to shared/config/tests
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user