Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwichel authored Nov 5, 2024
1 parent 6ba8f92 commit 26ecec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deploy/railway.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Scroll to the `Build` section. Adjust these settings: - For `Providers`, Railway
dart run dart_frog_cli:dart_frog build && dart compile exe build/bin/server.dart -o build/bin/server
```

Scroll to the `Deploy` section. For `Custom Build Command`, set the value the following command, then click the checkmark to save the setting.
Scroll to the `Deploy` section. For `Custom Start Command`, set the value the following command, then click the checkmark to save the setting.

```bash
./build/bin/server
Expand Down

0 comments on commit 26ecec0

Please sign in to comment.