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
I'm trying to import the WS module, however the imports are listed properly not sure if this is a package issue with the files it exports, tsconfig or something on my end
But I expect it to show: "/ws" and "/http" and not dist and lib
on version 0.6.0
The text was updated successfully, but these errors were encountered:
I get this in WebStorm, and also it seems to use /dist by default and complains if I try to explicitly reference the files in /lib
Module not found: Error: Package path ./lib/full.js is not exported from
package ***/node_modules/surrealdb.wasm (see exports
field in ***/node_modules/surrealdb.wasm/package.json)
I'm trying to import the WS module, however the imports are listed properly not sure if this is a package issue with the files it exports, tsconfig or something on my end
But I expect it to show: "/ws" and "/http" and not
dist
andlib
on version
0.6.0
The text was updated successfully, but these errors were encountered: