Skip to content

Latest commit

 

History

History

chapter12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Bun으로 프로젝트 빌드하기

의존 패키지 설치

$ bun install

프로젝트 빌드

$ bun build ./src/index.tsx --outdir ./dist