Skip to content

chore(decompiler-preview): Workers + Hono構成に変換#26

Merged
r74tech merged 6 commits intodevelopfrom
chore/decompiler-preview-workers
Feb 18, 2026
Merged

chore(decompiler-preview): Workers + Hono構成に変換#26
r74tech merged 6 commits intodevelopfrom
chore/decompiler-preview-workers

Conversation

@r74tech
Copy link
Copy Markdown
Owner

@r74tech r74tech commented Feb 18, 2026

Summary

  • examples/decompiler-preview/ をVite製クライアントサイドアプリからCloudflare Workers + Hono +
    Static Assets構成に変換
  • hono create --template cloudflare-workers
    ベースで構成し、parse/render/decompileの処理をWorker側APIに移動
  • クライアントはプレーンJS(Vite, TypeScript, DOMPurify不要に)

Changes

  • src/index.ts: Hono APIルート(POST /api/wikidot, POST /api/html
  • public/: 静的ファイル(index.html, style.css, main.js)、既存UI/UXを維持
  • wrangler.jsonc: Workers設定(Static Assets配信)
  • 不要な依存(vite, dompurify, typescript)を除去

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Feb 18, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
decompiler-preview c40b4b9 Feb 18 2026, 04:48 AM

@r74tech r74tech merged commit 80cf124 into develop Feb 18, 2026
9 checks passed
@r74tech r74tech deleted the chore/decompiler-preview-workers branch February 18, 2026 04:50
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.

1 participant