functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

including fula client library from parcel #148

Closed gitaaron closed 2 years ago

gitaaron commented 2 years ago

If I change my package.json (eg/ under examples/doc-sync/fuludocs) to include latest fula-client in npm registry I get an error.

I believe we need to change package.json to the following -

··"browser": "dist/index.js",·

to -

  "browser": "dist/web/index.js"
gitaaron commented 2 years ago

dupe of https://github.com/functionland/fula/issues/147