Skip to content

Conversation

@mattConnHarbour
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Dec 18, 2025

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 6 to 10
"scripts": {
"dev": "vite"
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && wrangler pages deploy dist"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add wrangler dependency for deploy script

The new deploy script relies on the wrangler CLI, but the package.json does not declare wrangler in devDependencies, so a fresh install (npm install then npm run deploy) will fail with wrangler: command not found unless the user already has a global install. This makes the added deployment path unusable out of the box; bundling wrangler locally or invoking it via npx would avoid the failure.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants