Jenia Brook

Results 4 comments of Jenia Brook

> I just tried `npx create-turbo@latest --js` and it is still created in Typescript, what can I really do to create this turborepo app with JavaScript? It is not implemented...

I'm also having this problem. I have a monorepo with Nx and 2 apps are deployed via Vercel. I've added `npx nx-ignore [app-name]` to each app and when I'm changing...

@seloner I've tried the following: `cd ../.. && npx nx-ignore backoffice`. Monorepo structure: ``` root | |---apps | |---backoffice | |---packages ``` Maybe the the command that I'm using is...

I have the same behavior as @samsch and @dorin-flooz.