Fix Hono JSX runtime in production images #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task-c9375830-hono-jsx-runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
tsconfig.jsoninto the production runtime image sotsxuses Hono JSX/,/health, and/api/v1/healthVerification
npm run buildnpm run lintnpm test(304 tests)React is not definedagainst the old image0.3.2Review summary
The runtime image now includes
tsconfig.json, preserving Hono's JSX import source whentsxexecutes production templates. The new container smoke check reproduces the configured post-setup runtime path and runs before multi-platform publication.Acceptance criteria
tsconfig.json, and the fixed image passed the homepage smoke check./returns the intended homepage after setup. Validation enables the completed development fixture, requires HTTP 200, and checks the configured introduction./healthand/api/v1/healthreturn HTTP 200 in the production container check.Blocking issues
Warnings
Verdict
Approved. The code and validation changes satisfy the merge-stage requirements; immutable image publication remains a required post-merge pipeline step.