gluestack-ui
gluestack-ui copied to clipboard
Support installing dependencies with Bun when initializing
Description
When a project is based on Bun, Gluestack CLI doesn't detect the lock file.
Problem Statement
NPM, Yarn, and Pnpm are much slower than Bun and more and more people are using Bun.
Proposed Solution or API
Add codes that detect Bun's lockfile.
Alternatives
No response
Additional Information
No response