Open2

Bun, turborepo セットアップ

i_am_master_yodai_am_master_yoda

Bunを初めて使う。
monorepoにするので合わせて turborepo との相性を確かめる

i_am_master_yodai_am_master_yoda

まずはBunのインストール

curl -fsSL https://bun.sh/install | bash

続いてinit

bun init

下記ファイルが生成された

├── .gitignore
├── README.md
├── bun.lockb
├── index.ts
├── package.json
└── tsconfig.json