We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4529d0 commit 29a3074Copy full SHA for 29a3074
1 file changed
package.json
@@ -2,7 +2,7 @@
2
"name": "veda-config",
3
"description": "Configuration for Veda",
4
"version": "0.21.2",
5
- "source": "./.veda/ui/apps/dashboard-parcel/index.html",
+ "source": "./.veda/ui/app/index.html",
6
"license": "Apache-2.0",
7
"scripts": {
8
"dev": "yarn clean && yarn serve",
@@ -15,7 +15,7 @@
15
},
16
"targets": {
17
"veda-app": {
18
19
"context": "browser"
20
}
21
@@ -50,7 +50,7 @@
50
"react": "./.veda/ui/node_modules/react",
51
"@mdx-js/react": "./.veda/ui/node_modules/@mdx-js/react",
52
"$veda-ui": "./.veda/ui/node_modules",
53
- "$veda-ui-scripts": "./.veda/ui/packages/veda-ui/src"
+ "$veda-ui-scripts": "./.veda/ui/app/scripts"
54
55
"parcelIgnore": [
56
".*/meta/"
0 commit comments