Added Pega API

This commit is contained in:
Erik Tiekstra
2021-05-04 15:47:03 +02:00
parent 067b25c3aa
commit 9f5570ca6a
12 changed files with 129 additions and 28 deletions

View File

@@ -12,8 +12,10 @@
"nx": "nx",
"start": "ng serve",
"start:dafa": "ng serve dafa-web",
"start:pega": "ng serve dafa-web --configuration pega",
"build": "ng build",
"build:dafa": "ng build dafa-web",
"build:pega": "ng build dafa-web --configuration pega",
"test": "ng test",
"test:dafa": "ng test dafa-web",
"lint": "nx workspace-lint && ng lint",