Skip to content

Commit 33cc4c0

Browse files
committed
chore: format
1 parent a1301ed commit 33cc4c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.changeset/wicked-pandas-give.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Additionally, scheme/host/port options for the dev server have been renamed.
1111

1212
Available options are:
1313

14-
| Option | flag | config | default |
15-
| -------------- | ------------------ | ---------------- | --------------------------------- |
16-
| Command | `-c` / `--command` | `command` | `remix-serve <server build path>` |
17-
| Scheme | `--scheme` | `scheme` | `http` |
18-
| Host | `--host` | `host` | `localhost` |
19-
| Port | `--port` | `port` | Dynamically chosen open port |
20-
| No restart | `--no-restart` | `restart: false` | `restart: true` |
14+
| Option | flag | config | default |
15+
| ---------- | ------------------ | ---------------- | --------------------------------- |
16+
| Command | `-c` / `--command` | `command` | `remix-serve <server build path>` |
17+
| Scheme | `--scheme` | `scheme` | `http` |
18+
| Host | `--host` | `host` | `localhost` |
19+
| Port | `--port` | `port` | Dynamically chosen open port |
20+
| No restart | `--no-restart` | `restart: false` | `restart: true` |
2121

2222
Note that scheme/host/port options are for the _dev server_, not your app server.
2323
You probably don't need to use scheme/host/port option if you aren't configuring networking (e.g. for Docker or SSL).

0 commit comments

Comments
 (0)