We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd96d45 commit 14526d8Copy full SHA for 14526d8
package.json
@@ -44,17 +44,31 @@
44
],
45
"extraResources": [
46
{
47
- "from": "../model/",
48
- "to": "./model/",
+ "from": "./stats-model/",
+ "to": "./stats-model/",
49
+ "filter": [
50
+ "**/*"
51
+ ]
52
+ },
53
+ {
54
+ "from": "./data-samples/",
55
+ "to": "./data-samples/",
56
"filter": [
57
"**/*"
58
]
59
}
60
61
"extraFiles": [
62
63
64
65
66
67
68
69
70
71
72
73
74
0 commit comments