docs(cloudflare): update build command (#3604)

This commit is contained in:
Patrik 2022-03-11 12:53:19 +01:00 committed by GitHub
parent 32cf973ab0
commit 1d8e431f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ bucket = ".output/public"
entry-point = ".output"
[build]
command = "NITRO_PRESET=cloudflare yarn nuxt build"
command = "true"
upload.format = "service-worker"
```