Je Xia
Je Xia
you can point the entry with `main.js` in the package.json ```jsonc { "main": "main.js", // or "module": "main.mjs" } ```
thanks! i can confirm this also doesn't work on _dev_ branch, i will look into it!
@stainless-em thanks, this is great! do you think we can remove the package name in the tgz path? like: ```diff - https://esm.sh/tgz/preact@https%3A%2F%2Fregistry.yarnpkg.com%2Fpreact%2F-%2Fpreact-10.26.6.tgz + https://esm.sh/tgz/https%3A%2F%2Fregistry.yarnpkg.com%2Fpreact%2F-%2Fpreact-10.26.6.tgz ```
> I've found that val town doesn't acquire types for any val town sdk's actually via esm.sh but yes for npm, but I'm not sure why. (To be fair our...
> Possibly, I tried that first actually. But then the PkgName in the EsmPath would need to be empty I think? Because there's no way to know what it is...
currently the server uses `pnpm` to install packages, that takes most inodes of the fs, how it works with a DB?
thanks, i will look into it.
the fs inodes of the server was out of usage, now should work again i will add a warning system mark sure this doesn't happen again
can you please provide more details? then i can dig in, thanks!
thanks, i will look into it.