Skip to content

Commit

Permalink
fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Oct 13, 2024
1 parent 4da0fc0 commit 9762d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/File Structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Project in general follows [Feature-Sliced Design](https://feature-sliced.design/) architecture with a couple of exceptions:

1. No barrel exports are used since they harm `vite` dev server performance
2. All entity definitions (schemas) and their clients (tables) are put into `shared` layer to allow cross-referencing (solution with `@x` notation mentioned [here](https://feature-sliced.design/docs/guides/examples/types#business-entities-and-their-cross-references) doesn't fit because of barrel exports absence )
2. All entity definitions (schemas) and their clients (tables) are put into `shared` layer to allow cross-referencing (solution with `@x` notation mentioned [here](https://feature-sliced.design/docs/guides/examples/types#business-entities-and-their-cross-references) doesn't fit because of barrel exports absence)

0 comments on commit 9762d3c

Please sign in to comment.