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

Commit 3b37ca8

Browse files
committed
docs: cluster dev mode callout
1 parent 82b5ef5 commit 3b37ca8

File tree

9 files changed

+268
-240
lines changed

9 files changed

+268
-240
lines changed

platform/src/components/aws/cluster.ts

+228-232
Large diffs are not rendered by default.

www/src/content/docs/docs/start/aws/astro.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,11 @@ async run() {
291291

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

294-
The `dev.command` tells SST to run our Astro site locally in dev mode.
294+
:::note
295+
By default, your service in not deployed when running in _dev_.
296+
:::
297+
298+
The `dev.command` tells SST to instead run our Astro site locally in dev mode.
295299

296300
---
297301

www/src/content/docs/docs/start/aws/bun.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ async run() {
9898

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

101-
The `dev.command` tells SST to run our Bun app locally in dev mode.
101+
:::note
102+
By default, your service in not deployed when running in _dev_.
103+
:::
104+
105+
The `dev.command` tells SST to instead run our Bun app locally in dev mode.
102106

103107
---
104108

www/src/content/docs/docs/start/aws/express.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ async run() {
8282

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

85-
The `dev.command` tells SST to run our Express app locally in dev mode.
85+
:::note
86+
By default, your service in not deployed when running in _dev_.
87+
:::
88+
89+
The `dev.command` tells SST to instead run our Express app locally in dev mode.
8690

8791
---
8892

www/src/content/docs/docs/start/aws/nextjs.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,11 @@ async run() {
291291

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

294-
The `dev.command` tells SST to run our Next.js app locally in dev mode.
294+
:::note
295+
By default, your service in not deployed when running in _dev_.
296+
:::
297+
298+
The `dev.command` tells SST to instead run our Next.js app locally in dev mode.
295299

296300
---
297301

www/src/content/docs/docs/start/aws/nuxt.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,11 @@ async run() {
253253

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

256-
The `dev.command` tells SST to run our Nuxt app locally in dev mode.
256+
:::note
257+
By default, your service in not deployed when running in _dev_.
258+
:::
259+
260+
The `dev.command` tells SST to instead run our Nuxt app locally in dev mode.
257261

258262
---
259263

www/src/content/docs/docs/start/aws/remix.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@ async run() {
247247

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

250-
The `dev.command` tells SST to run our Remix app locally in dev mode.
250+
:::note
251+
By default, your service in not deployed when running in _dev_.
252+
:::
253+
254+
The `dev.command` tells SST to instead run our Remix app locally in dev mode.
251255

252256
---
253257

www/src/content/docs/docs/start/aws/solid.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,11 @@ async run() {
269269

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

272-
The `dev.command` tells SST to run our SolidStart app locally in dev mode.
272+
:::note
273+
By default, your service in not deployed when running in _dev_.
274+
:::
275+
276+
The `dev.command` tells SST to instead run our SolidStart app locally in dev mode.
273277

274278
---
275279

www/src/content/docs/docs/start/aws/svelte.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,11 @@ async run() {
278278

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

281-
The `dev.command` tells SST to run our SvelteKit app locally in dev mode.
281+
:::note
282+
By default, your service in not deployed when running in _dev_.
283+
:::
284+
285+
The `dev.command` tells SST to instead run our SvelteKit app locally in dev mode.
282286

283287
---
284288

0 commit comments

Comments
 (0)