Skip to content

Commit d836e1e

Browse files
committed
Update templates.md
1 parent f4a1e48 commit d836e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ If you want more control over your server or wish to deploy to a non-node runtim
3030
```shellscript nonumber
3131
npx create-remix@latest --template remix-run/remix/templates/cloudflare
3232
npx create-remix@latest --template remix-run/remix/templates/cloudflare-workers
33+
npx create-remix@latest --template remix-run/remix/templates/deno --package-manager deno
3334
npx create-remix@latest --template remix-run/remix/templates/express
3435
npx create-remix@latest --template remix-run/remix/templates/remix
3536
npx create-remix@latest --template remix-run/remix/templates/remix-javascript
@@ -41,7 +42,6 @@ npx create-remix@latest --template remix-run/remix/templates/spa
4142
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
4243
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
4344
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-workers
44-
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/deno
4545
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
4646
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
4747
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix

0 commit comments

Comments
 (0)