Huakun
Huakun
Great, currently I am building pnpm workspace packages to cjs for motia to consume. It would be convenient if motia can import esm ts files directly.
I just verified, I could now import mjs file but not typescript files directly. Here is how I usually setup my pnpm workspace package. ```json "exports": { ".": "./src/index.ts", "./*":...
any progress on this? I have problem with proxy agent approach with working with bun. I had to switch to nodejs for it to work.
Doesn't seem to work for me Here is the code I used ```ts const client = new DerivativesTradingUsdsFutures({ configurationRestAPI: { apiKey: process.env.BINANCE_API_KEY!, apiSecret: process.env.BINANCE_SECRET_KEY!, proxy: { host: "", port: 3128,...
Bun is also a problem. Bun's default proxy syntax is different. https://bun.com/guides/http/proxy
BTW this is macos only, disn’t happen on Ubuntu
A naive question, on macos, which platforms can I cross compile to? Windows? Linux? or only mac (x86 and arm)
Receiving this error again