File tree 2 files changed +6
-2
lines changed
openv0_server/modules/export 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
2
+ .cache
3
+ dist
4
+ build
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ async function dump_webapp(){
125
125
_mkdir ( `${ process . env . REACT_WEBAPP_DIR } /src/components/openv0_generated/${ dir . toLowerCase ( ) } ` )
126
126
127
127
fs . writeFileSync (
128
- `${ process . env . REACT_WEBAPP_DIR } /src/components/openv0_generated/${ dir } /metadata.json` ,
128
+ `${ process . env . REACT_WEBAPP_DIR } /src/components/openv0_generated/${ dir . toLowerCase ( ) } /metadata.json` ,
129
129
JSON . stringify ( metadata_json )
130
130
)
131
131
@@ -146,7 +146,7 @@ async function dump_webapp(){
146
146
147
147
fs . copyFileSync (
148
148
`./generated/components/${ dir } /${ tsx_file } ` ,
149
- `${ process . env . REACT_WEBAPP_DIR } /src/components/openv0_generated/${ dir } /${ tsx_file } ` ,
149
+ `${ process . env . REACT_WEBAPP_DIR } /src/components/openv0_generated/${ dir . toLowerCase ( ) } /${ tsx_file } ` ,
150
150
)
151
151
} )
152
152
You can’t perform that action at this time.
0 commit comments