Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: actually run vite inside bun (#492)
When using bun, Runner would call into `bunx vite`, but the vite executable has a node shebang which bunx respects so vite would actually run inside node. This commit adds a --bun flag su that bunx ignores the node shebang. https://bun.sh/docs/cli/bunx#shebangs
- Loading branch information