mirror of
https://github.com/luxfi/uma.git
synced 2026-07-26 21:09:10 +00:00
* 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>
7 lines
110 B
JSON
7 lines
110 B
JSON
{
|
|
"packages": ["packages/**"],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent"
|
|
}
|