Skip to content

Commit

Permalink
fix(studio): Formatting of table
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont authored Nov 18, 2024
1 parent a5bc33e commit b0e6960
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions workflow/studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ npx novu@latest dev --port <YOUR_SERVER_PORT> --route <YOUR_NOVU_ROUTE_PATH>

The Novu CLI command `npx novu@latest dev` supports a number of flags:

| Flag | Long form usage example | Description | Default value |
| ---- | ----------------------- | ---------------------------- | --------------------------- |
| -p | --port <port> | Bridge application port | 4000 |
| -r | --route <route> | Bridge application route | /api/novu |
| -o | --origin <origin> | Bridge application origin | http://localhost |
| -d | --dashboard-url <url> | Novu Cloud dashboard URL | https://dashboard.novu.co |
| -sp | --studio-port <port> | Local Studio server port | 2022 |
| -t | --tunnel <url> | Self hosted tunnel url | null |
| Flag | Long form usage example | Description | Default value |
| ---- | ----------------------- | ----------------------------- | --------------------------- |
| -p | --port `<port>` | Bridge application port | 4000 |
| -r | --route `<route>` | Bridge application route | /api/novu |
| -o | --origin `<origin>` | Bridge application origin | http://localhost |
| -d | --dashboard-url `<url>` | Novu Cloud dashboard URL | https://dashboard.novu.co |
| -sp | --studio-port `<port>` | Local Studio server port | 2022 |
| -t | --tunnel `<url>` | Self hosted tunnel url | null |
| -H | --headless | Run bridge in headless mode | false |

Example: If bridge application is running on port `3002` and Novu account is in `EU` region.
Expand Down

0 comments on commit b0e6960

Please sign in to comment.