krinoid
krinoid
@noire-munich I was able to make it work on the API side with changing root `babel.config.js` and using part of your config (thanks!): ```js const path = require('path') const {...
Per https://github.com/supertokens/supertokens-node/issues/783, it's possible to use supertokens in ESM env with proper imports (with `.js` extension), e.g.: ``` import supertokens from "supertokens-node"; import Session from "supertokens-node/recipe/session/index.js"; import EmailPassword from "supertokens-node/recipe/emailpassword/index.js";...
I've tried using the `zip` workaround on Vercel but it doesn't work due to the `zip` not being available during build:  I can imagine that one can create a...
Note: I'm still learning Rust and I'm not familiar with the Turborepo codebase — I'm happy to completely refactor the feature, if needed, provided some guidance/feedback. The first question would...
> Hey, @krinoid, thanks for the PR. I'm curious, what is the use case where copy commands (e.g. `cp`) aren't enough to get the same outcome? @anthonyshew Fair question —...
Hi @anthonyshew, could you help me understand if the current approach/API makes sense? I'd love to have this feature in the turborepo, as it would really simplify the monorepo I'm...
@tknickman let me know if this feature is something you'd consider in general. I'm happy to rework the code, so that it fits into your vision around config etc.
For me I had to `rm -rf ~/.npm/_npx`, as I was using it with Vibe Kanban, which invokes `npx` directly