Fix/id params (#1414)

* watch config.json for changes when just building frontend

* fix version for data consistency

* clone param ids so not recursively stringified; add global type for stringified instances

* ensure only most recent data source grabbed to fix issue with service auto update on marketplace switch

* use take instead of shallow cloning data
This commit is contained in:
Lucy C
2022-05-10 12:20:32 -06:00
committed by GitHub
parent cc6cbbfb07
commit 8cf000198f
4 changed files with 22 additions and 3 deletions

View File

@@ -71,4 +71,4 @@ patch-db/client/dist: $(PATCH_DB_CLIENT_SRC) patch-db/client/node_modules
npm --prefix patch-db/client run build
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file
frontend: frontend/node_modules $(EMBASSY_UIS)
frontend: frontend/node_modules frontend/config.json $(EMBASSY_UIS)