File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ async function ensureGit() {
88 if ( ! git ) {
99 git = await import ( 'isomorphic-git' ) ;
1010 http = ( await import ( 'isomorphic-git/http/web' ) ) . default ;
11- LightningFS = ( await import ( 'lightning-fs' ) ) . default ;
11+ LightningFS = ( await import ( '@isomorphic-git/ lightning-fs' ) ) . default ;
1212 }
1313}
1414
Original file line number Diff line number Diff line change 2222 "lucide-react" : " ^0.292.0" ,
2323 "monaco-editor" : " ^0.44.0" ,
2424 "next" : " ^14.0.0" ,
25- "lightning-fs" : " ^4.5 .0" ,
25+ "@isomorphic-git/ lightning-fs" : " ^4.6 .0" ,
2626 "playwright" : " ^1.55.0" ,
2727 "prismjs" : " ^1.30.0" ,
2828 "react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 11declare module 'isomorphic-git' ;
22declare module 'isomorphic-git/http/web' ;
3- declare module 'lightning-fs' ;
3+ declare module '@isomorphic-git/ lightning-fs' ;
You can’t perform that action at this time.
0 commit comments