Fix inconcistency in documentation
40c917ee
The commands for the automated version and the manual command differed
1 file(s) · +1 −1
The commands for the automated version and the manual command differed
| 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 | ``` |