Skip to content

Commit d9906e2

Browse files
committed
Update create-mastro version
1 parent 2f5016e commit d9906e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Be sure to run one of those in production and not deno/pnpm/bun `run start`, as
6969
To run your server code on-demand on the edge using Cloudflare, use the Mastro template for Cloudflare Workers. Either via the [template repo](https://github.com/mastrojs/template-basic-cloudflare) or:
7070

7171
```sh
72-
pnpm create @mastrojs/[email protected].4 --cloudflare
72+
pnpm create @mastrojs/[email protected].5 --cloudflare
7373
```
7474
:::
7575

data/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ There are various [ways to run Mastro](/guide/cli-install/) and [deploy to produ
179179
Copy and paste into your terminal (or use the [template repo](https://github.com/mastrojs/template-basic-deno)):
180180

181181
```sh
182-
deno run -A npm:@mastrojs/[email protected].4
182+
deno run -A npm:@mastrojs/[email protected].5
183183
```
184184
</div>
185185
<div tabindex=0 id="content2">
@@ -188,23 +188,23 @@ There are various [ways to run Mastro](/guide/cli-install/) and [deploy to produ
188188
Copy and paste into your terminal (or use the [template repo](https://github.com/mastrojs/template-basic-node)):
189189

190190
```sh
191-
pnpm create @mastrojs/[email protected].4
191+
pnpm create @mastrojs/[email protected].5
192192
```
193193
</div>
194194
<div tabindex=0 id="content3">
195195

196196
Copy and paste into your terminal (or use the [template repo](https://github.com/mastrojs/template-basic-bun)):
197197

198198
```sh
199-
bun create @mastrojs/[email protected].4
199+
bun create @mastrojs/[email protected].5
200200
```
201201
</div>
202202
<div tabindex=0 id="content4">
203203

204204
Use Deno, Node.js, or Bun to generate a static site for any CDN. However, to run code on-demand in a [Cloudflare Worker](https://workers.cloudflare.com/), copy into your terminal (or use the [template repo](https://github.com/mastrojs/template-basic-cloudflare)):
205205

206206
```sh
207-
pnpm create @mastrojs/[email protected].4 --cloudflare
207+
pnpm create @mastrojs/[email protected].5 --cloudflare
208208
```
209209
</div>
210210
</section>

0 commit comments

Comments
 (0)