You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up of #1727 (comment)
I am listing here the libraries in lib/ that cannot be used in the client because they depend on the Node environment.
lib/proxy.js : imports node https and http
lib/cln.js : imports lib/proxy
lib/rss.js imports api/ssrApollo
lib/lnd.js needs access to the filesystem
@huumn suggested that this code can go under api/lib.
Refactoring now would cause conflicts with the pending PRs, so I am using this issue to track them for a later time when there will be fewer pending changes.
The text was updated successfully, but these errors were encountered:
Follow-up of #1727 (comment)
I am listing here the libraries in lib/ that cannot be used in the client because they depend on the Node environment.
lib/proxy.js
: imports nodehttps
andhttp
lib/cln.js
: importslib/proxy
lib/rss.js
importsapi/ssrApollo
lib/lnd.js
needs access to the filesystem@huumn suggested that this code can go under
api/lib
.Refactoring now would cause conflicts with the pending PRs, so I am using this issue to track them for a later time when there will be fewer pending changes.
The text was updated successfully, but these errors were encountered: