diff --git a/.veda/ui b/.veda/ui index 64908a157..f7dc972a0 160000 --- a/.veda/ui +++ b/.veda/ui @@ -1 +1 @@ -Subproject commit 64908a157b8310a760974e9b8f330a84177d40a5 +Subproject commit f7dc972a0a3e3f3d4c9b4d69d73d720c33ddc5e5 diff --git a/package.json b/package.json index d048023fb..8de1749b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "veda-config", "description": "Configuration for Veda", "version": "0.21.2", - "source": "./.veda/ui/app/index.html", + "source": "./.veda/ui/apps/dashboard-parcel/index.html", "license": "Apache-2.0", "scripts": { "dev": "yarn clean && yarn serve", @@ -15,7 +15,7 @@ }, "targets": { "veda-app": { - "source": "./.veda/ui/app/index.html", + "source": "./.veda/ui/apps/dashboard-parcel/index.html", "context": "browser" } },