Skip to content

Commit

Permalink
Appease the bot overlords.
Browse files Browse the repository at this point in the history
  • Loading branch information
katosdev authored Jun 29, 2024
1 parent c655d14 commit 0d5b972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/contribute/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you're using `taskfile` you can run `task --list-all` for a list of all comma

If you're using the taskfile, you can use the `task setup` command to run the required setup commands. Otherwise, you can review the commands required in the `Taskfile.yml` file.

Note that when installing dependencies with pnpm you must use the `--shamefully-hoist` flag. If you don't use this flag, you will get an error when running the frontend server.
Note that when installing dependencies with pnpm, you must use the `--shamefully-hoist` flag. If you don't use this flag, you will get an error when running the frontend server.

### API Development Notes
start command `task go:run`
Expand Down

0 comments on commit 0d5b972

Please sign in to comment.