docs(cloudflare): add missing build section (#834)

This commit is contained in:
Rafael Slonik 2021-10-12 17:07:54 -03:00 committed by GitHub
parent b6065a2edf
commit 0cf6a6fe17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ zone_id = ""
[site]
bucket = ".output/public"
entry-point = ".output"
[build]
command = "NITRO_PRESET=cloudflare yarn nuxt build"
upload.format = "service-worker"
```
## Testing locally