File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
d1/tutorials/using-read-replication-for-e-com
query-data-with-motherduck Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Create a new Workers project by running the following command:
4949 product = " workers"
5050 params = { {
5151 category: " hello-world" ,
52- type: " Worker + Assets " ,
52+ type: " SSR / full-stack app " ,
5353 lang: " TypeScript" ,
5454 }}
5555 />
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Create a new Worker project by running the following commands:
4848 product = " workers"
4949 params = { {
5050 category: " hello-world" ,
51- type: " Worker + Assets " ,
51+ type: " SSR / full-stack app " ,
5252 lang: " TypeScript" ,
5353 }}
5454 />
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Create a new Worker project by running the following commands:
4949 product = " workers"
5050 params = { {
5151 category: " hello-world" ,
52- type: " Worker + Assets " ,
52+ type: " SSR / full-stack app " ,
5353 lang: " TypeScript" ,
5454 }}
5555 />
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This guide will instruct you through setting up and deploying a static site on W
4646 product = " workers"
4747 params = { {
4848 category: " hello-world" ,
49- type: " Assets only " ,
49+ type: " Static site " ,
5050 lang: " TypeScript" ,
5151 }}
5252/>
@@ -104,7 +104,7 @@ Open a terminal window and run C3 to create your Worker project:
104104 product = " workers"
105105 params = { {
106106 category: " hello-world" ,
107- type: " Worker + Assets " ,
107+ type: " SSR / full-stack app " ,
108108 lang: " TypeScript" ,
109109 }}
110110/>
You can’t perform that action at this time.
0 commit comments