Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shunseii committed Feb 4, 2025
1 parent f45ca64 commit c8bf76b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This is the back end API for Bahar.

Install packages with `pnpm install`.

Run the local database `turso dev`.
Run the local database with `turso dev`.

Run the migrations `pnpm run --filter api drizzle:migrate` in the `packages/api` directory.
Run the migrations with `pnpm run --filter api drizzle:migrate` in the `packages/api` directory.

Run the dev servers `turbo dev`.
Run the dev servers with `turbo dev`.

Whenever you update the table in sqlite, run `pnpm run --filter api drizzle:gen` to generate the migration files.

Expand Down

0 comments on commit c8bf76b

Please sign in to comment.