Files
uma/lerna.json
Chris MareeandGitHub 18f874bbe4 feat(cloud-functions): initial simple cloud functions for calculating UMA TVL and fetching KPI options recipients (#2697)
* Added cloud functions package

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Added serverless functions

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Added yarn lock

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* removed lock files

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Added readme file

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Added cashing solution to tvl

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Updated README.md

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Updated

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Updated for cors

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Updated cors logig

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>

* Added private

Signed-off-by: Christopher Maree <christopher.maree@gmail.com>
2021-03-22 08:35:57 +02:00

7 lines
110 B
JSON

{
"packages": ["packages/**"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent"
}