mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
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:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user