Skip to content

Commit 29a3074

Browse files
committed
add demo for Disasters
1 parent d4529d0 commit 29a3074

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "veda-config",
33
"description": "Configuration for Veda",
44
"version": "0.21.2",
5-
"source": "./.veda/ui/apps/dashboard-parcel/index.html",
5+
"source": "./.veda/ui/app/index.html",
66
"license": "Apache-2.0",
77
"scripts": {
88
"dev": "yarn clean && yarn serve",
@@ -15,7 +15,7 @@
1515
},
1616
"targets": {
1717
"veda-app": {
18-
"source": "./.veda/ui/apps/dashboard-parcel/index.html",
18+
"source": "./.veda/ui/app/index.html",
1919
"context": "browser"
2020
}
2121
},
@@ -50,7 +50,7 @@
5050
"react": "./.veda/ui/node_modules/react",
5151
"@mdx-js/react": "./.veda/ui/node_modules/@mdx-js/react",
5252
"$veda-ui": "./.veda/ui/node_modules",
53-
"$veda-ui-scripts": "./.veda/ui/packages/veda-ui/src"
53+
"$veda-ui-scripts": "./.veda/ui/app/scripts"
5454
},
5555
"parcelIgnore": [
5656
".*/meta/"

0 commit comments

Comments
 (0)