feat: venus for affine

This commit is contained in:
DarkSky
2022-08-03 00:52:08 +08:00
parent 7690511562
commit 554f8c597b
32 changed files with 1916 additions and 11 deletions

View File

@@ -7,9 +7,11 @@
"start": "env-cmd -f .env.local-dev nx serve ligo-virgo",
"start:affine": "nx serve ligo-virgo",
"start:keck": "nx serve keck",
"start:venus": "nx serve venus",
"build": "nx build ligo-virgo",
"build:local": "env-cmd -f .env.local nx build ligo-virgo",
"build:keck": "nx build keck",
"build:venus": "nx build venus",
"build:analytic": "cross-env BUNDLE_ANALYZER=true nx build --skip-nx-cache",
"test": "nx run-many --target test --all",
"check": "nx run-many --target check --all",