chore: integrate barrelsby for auto-generated barrel exports
Add barrelsby configuration and regenerate model barrel files using the tool to standardize exports and automate maintenance of index.ts files across model directories.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"directory": [
|
||||
"./src/data/models",
|
||||
"./src/data/models/auth",
|
||||
"./src/data/models/chat",
|
||||
"./src/data/models/metrics",
|
||||
"./src/data/models/user"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user