Integrate Weavevm Bundler#12158
Conversation
|
Hey @codingknite, thanks for your pull request to add the awesome WeaveVM to the FileService plugin. It looks like the CI tasks failed because they were unable to fetch code from your repository. Just leave them as they are—the only necessary task is the build task. We will need it to check the storage function manually. |
|
Hey @guanbinrui thanks, let me fix the build |
|
Hey @guanbinrui pushed some changes, the build should now be fixed. Please let me know in case of anything |
package.json
Outdated
| "@types/react-dom": "npm:types-react-dom@beta", | ||
| "@typescript/lib-dom": "npm:@types/web@^0.0.183", | ||
| "buffer": "^6.0.3", | ||
| "bundler-upload-sdk": "^2.1.1", |
There was a problem hiding this comment.
please do not install those dependencies at the root project.
There was a problem hiding this comment.
got you...moved them!
|
hi @Jack-Works, I'm picking this up from @codingknite -- WeaveVM since rebranded to Load Network and has a new API for file uploads, which I have integrated here and tested. |
|
Picked and merged #12236 |
MF-0000