Add setup:all alias

This commit is contained in:
2026-05-03 22:04:58 +09:00
parent 99857cdaa8
commit 2ae52b5796
3 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,13 @@ bun run setup
copy .env.example .env
```
또는 전체 준비를 명시적으로:
```bat
bun run setup:all
copy .env.example .env
```
장치 목록 확인:
```bat