File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ If you want more control over your server or wish to deploy to a non-node runtim
30
30
``` shellscript nonumber
31
31
npx create-remix@latest --template remix-run/remix/templates/cloudflare
32
32
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
33
34
npx create-remix@latest --template remix-run/remix/templates/express
34
35
npx create-remix@latest --template remix-run/remix/templates/remix
35
36
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
41
42
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
42
43
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
43
44
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
45
45
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
46
46
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
47
47
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix
You can’t perform that action at this time.
0 commit comments