server entry point
Closed this issue · 3 comments
manfredsteyer commented
Hi,
the current picard version defines this entry point in its package.json
:
"./server": {
"require": "./dist/server/picard.js",
"import": "./dist/server/picard.mjs",
"types": "./dist/server/picard.d.ts"
}`
However, the referenced files are missing.
manfredsteyer commented
I think, there are further references to the server
folder in the package.json
, in exports
and in module and
main``.
FlorianRappl commented
Yes that is to be renamed to "node" in 0.3.0.
FlorianRappl commented
Update shipped - latest preview package should have the right exports field.