Skip to content

Commit

Permalink
docs: list types/ folder in the project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
niusia-ua committed Oct 11, 2024
1 parent e818d75 commit 6249267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ src/ # Everything related to the frontend.
├── schemas/ # Schemas and types for parsing borsh-serialized data.
├── services/ # Modules that encapsulate complex logic.
├── stores/ # Pinia stores to share some application state through components.
├── types/ # Types definition.
├── utils/ # A set of utility functions.
├── App.vue # The main application component.
└── main.ts # An entry point for the entire application.
Expand Down

0 comments on commit 6249267

Please sign in to comment.