File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/content/docs/workers/tutorials/build-a-content-version-system Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ To create a Worker project that is ready to use Durable Objects:
4040Create a Worker named ` content-version-system ` by running:
4141
4242 <PackageManagers
43- type = " create"
44- pkg = " cloudflare@latest"
45- args = { " content-version-system" }
43+ type = " create"
44+ pkg = " cloudflare@latest"
45+ args = { " content-version-system" }
4646 />
4747
4848 <Render
49- file = " c3-post-run-steps"
50- product = " workers"
51- params = { {
52- category: " hello-world" ,
53- type: " Hello World Worker Using Durable Objects" ,
54- lang: " TypeScript" ,
55- }}
49+ file = " c3-post-run-steps"
50+ product = " workers"
51+ params = { {
52+ category: " hello-world" ,
53+ type: " Hello World Worker Using Durable Objects" ,
54+ lang: " TypeScript" ,
55+ }}
5656 />
5757
5858Change into your new project directory:
You can’t perform that action at this time.
0 commit comments