Skip to content

Commit e21ecc2

Browse files
committed
update docs
1 parent 523e0df commit e21ecc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer_readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ bun install --frozen-lockfile
1010
## 開発
1111

1212
```bash
13-
# データベースを作成するには、packages/server に移動してから以下のコマンドを実行してください
14-
bunx drizzle-kit push
13+
# データベースを作成するには、 `.env` で `DATABASE_URL` を設定し、以下のコマンドを実行してください
14+
bun db push
1515
```
1616

1717
```bash

0 commit comments

Comments
 (0)