Open2
Bun, turborepo セットアップ
Bunを初めて使う。
monorepoにするので合わせて turborepo との相性を確かめる
まずはBunのインストール
curl -fsSL https://bun.sh/install | bash
続いてinit
bun init
下記ファイルが生成された
├── .gitignore
├── README.md
├── bun.lockb
├── index.ts
├── package.json
└── tsconfig.json