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 3005a44 commit 55f2bf9Copy full SHA for 55f2bf9
1 file changed
packages/nstreamdown/project.json
@@ -19,6 +19,26 @@
19
"glob": "**/*",
20
"input": "packages/nstreamdown/platforms/",
21
"output": "./platforms/"
22
+ },
23
+ {
24
+ "glob": "**/*",
25
+ "input": "packages/nstreamdown/react/",
26
+ "output": "./react/"
27
28
29
30
+ "input": "packages/nstreamdown/solid/",
31
+ "output": "./solid/"
32
33
34
35
+ "input": "packages/nstreamdown/svelte/",
36
+ "output": "./svelte/"
37
38
39
40
+ "input": "packages/nstreamdown/vue/",
41
+ "output": "./vue/"
42
}
43
],
44
"dependsOn": [
0 commit comments