Skip to content

Commit

Permalink
feat: add import path for prices api
Browse files Browse the repository at this point in the history
  • Loading branch information
Alunara committed Jan 25, 2025
1 parent 749cf25 commit 4d8a297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This repository is organized as follows:
- `/apps/lend`: Lend [React](https://react.dev/) application.
- `/tests`: DApp tests
- `/packages/curve-ui-kit`: Shared UI kit created using Material UI, mapped as `@ui-kit`
- `/packages/prices-api`: Package for consuming the Prices API, mapped as `@curvefi/prices-api`

## Development Guide

Expand Down
3 changes: 2 additions & 1 deletion apps/main/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"@ui": ["../../../packages/ui/src/index.ts"],
"@ui/*": ["../../../packages/ui/src/*"],
"@ui-kit/*": ["../../../packages/curve-ui-kit/src/*"],
"@external-rewards": ["../../../packages/external-rewards/src/index.ts"]
"@external-rewards": ["../../../packages/external-rewards/src/index.ts"],
"@curvefi/prices-api/*": ["../../../packages/prices-api/src/*"]
}
},
"exclude": ["node_modules", "cypress"],
Expand Down

0 comments on commit 4d8a297

Please sign in to comment.