開発中。
bun installbun run devbun run type-check --filter=elementbun gen
? Select generator to run generate workspace: Create a new workspace in the monorepo with a README.md and package.json
? What type of workspace is this? packages
? What is the name of the workspace? vitest-configbun gen workspacecd packages/<package-name>
bun add <package-name> # if dev package, use -d optionbun run fix-mismatched-versions# e.g.
cd pakcages/element
npm publish --access=public ./# list all scripts
bun run