Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
docs: cluster dev mode callout
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Oct 21, 2024
1 parent 82b5ef5 commit 3b37ca8
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 240 deletions.
460 changes: 228 additions & 232 deletions platform/src/components/aws/cluster.ts

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/astro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our Astro site locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our Astro site locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/bun.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our Bun app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our Bun app locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/express.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our Express app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our Express app locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our Next.js app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our Next.js app locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/nuxt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our Nuxt app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our Nuxt app locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/remix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our Remix app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our Remix app locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/solid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our SolidStart app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our SolidStart app locally in dev mode.

---

Expand Down
6 changes: 5 additions & 1 deletion www/src/content/docs/docs/start/aws/svelte.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,11 @@ async run() {

This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.

The `dev.command` tells SST to run our SvelteKit app locally in dev mode.
:::note
By default, your service in not deployed when running in _dev_.
:::

The `dev.command` tells SST to instead run our SvelteKit app locally in dev mode.

---

Expand Down

0 comments on commit 3b37ca8

Please sign in to comment.