Skip to content

Commit 55f2bf9

Browse files
committed
cleanup
1 parent 3005a44 commit 55f2bf9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

packages/nstreamdown/project.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,26 @@
1919
"glob": "**/*",
2020
"input": "packages/nstreamdown/platforms/",
2121
"output": "./platforms/"
22+
},
23+
{
24+
"glob": "**/*",
25+
"input": "packages/nstreamdown/react/",
26+
"output": "./react/"
27+
},
28+
{
29+
"glob": "**/*",
30+
"input": "packages/nstreamdown/solid/",
31+
"output": "./solid/"
32+
},
33+
{
34+
"glob": "**/*",
35+
"input": "packages/nstreamdown/svelte/",
36+
"output": "./svelte/"
37+
},
38+
{
39+
"glob": "**/*",
40+
"input": "packages/nstreamdown/vue/",
41+
"output": "./vue/"
2242
}
2343
],
2444
"dependsOn": [

0 commit comments

Comments
 (0)