File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/content/docs/workers/framework-guides/web-apps Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,10 @@ You can convert an existing Next.js application to run on Cloudflare
165165 <Details header = " Usage" >
166166 - ` preview ` : Builds your app and serves it locally, allowing you to
167167 quickly preview your app running locally in the Workers runtime, via a
168- single command. - ` deploy ` : Builds your app, and then deploys it to
169- Cloudflare - ` cf-typegen ` : Generates a ` cloudflare-env.d.ts ` file at the
168+ single command.
169+ - ` deploy ` : Builds your app, and then deploys it to
170+ Cloudflare
171+ - ` cf-typegen ` : Generates a ` cloudflare-env.d.ts ` file at the
170172 root of your project containing the types for the env.
171173 </Details >
172174
You can’t perform that action at this time.
0 commit comments