Fix inconcistency in documentation 40c917ee
The commands for the automated version and the manual command differed
vividsystem · 2026-01-11 18:43 1 file(s) · +1 −1
docs/pages/deployment/client/cloudflare-pages.mdx +1 −1
77 77
{
78 78
  "scripts": {
79 79
   // Other scripts
80 -
   "deploy:client": "bun run build:client && bunx wrangler deploy client/dist"
80 +
   "deploy:client": "bun run build:client && bunx wrangler pages deploy client/dist"
81 81
  }
82 82
}
83 83
```