mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 20:08:09 -05:00
17 lines
503 B
JSON
17 lines
503 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/workspace-schema.json",
|
|
"version": 2,
|
|
"projects": {
|
|
"api": "apps/api",
|
|
"client": "apps/client",
|
|
"client-e2e": "apps/client-e2e",
|
|
"contract-utils": "libs/contract-utils",
|
|
"contracts": "apps/contracts",
|
|
"dashboard": "apps/dashboard",
|
|
"dashboard-e2e": "apps/dashboard-e2e",
|
|
"hardhat": "libs/hardhat",
|
|
"passport-reddit": "libs/passport-reddit",
|
|
"utils": "libs/utils"
|
|
}
|
|
}
|