This repo is based off the [turborepo source code, specifically `src` maps to `cli/internal`](https://github.com/vercel/turbo/tree/main/cli/internal)
npm install @webassembly/turboThis repo is based off the turborepo source code, specifically src maps to cli/internal
Make sure to copy over .envrc and then install the dependencies, and then you can run:
``bash`
yarn turbo-polyfill run --filter "*" build --parallel
you can compare this, to the output of the original turborepo cli:
`bash`
yarn turbo run --filter "*" build --parallel
We're using clipanion-rest instead of clipanion as it has a fix which allows Option.Rest() to include the --` for passthrough args (as we need it to parse the arguments correctly)