File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ Create a `config.yaml` file in the root directory with the following content:
109109# # Development
110110Project Structure
111111
112- ├── config/ # Configuration management
113- ├── database/ # Database initialization and connection
114- ├── models/ # Data models
115- ├── nft/ # NFT detection logic
116- ├── repository/ # Data access layer
117- ├── services/ # Business logic and notifications
118- └── mock/ # Test mocks
112+ ├── config/ # Configuration management
113+ ├── database/ # Database initialization and connection
114+ ├── models/ # Data models
115+ ├── nft/ # NFT detection logic
116+ ├── repository/ # Data access layer
117+ ├── services/ # Business logic and notifications
118+ └── mock/ # Test mocks
You can’t perform that action at this time.
0 commit comments