Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(dev): alpine.js => hono/jsx/dom #85

Closed
wants to merge 33 commits into from
Closed

refactor(dev): alpine.js => hono/jsx/dom #85

wants to merge 33 commits into from

Conversation

tmm
Copy link
Member

@tmm tmm commented Mar 6, 2024

No description provided.

Copy link

vercel bot commented Mar 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 8:47pm
frog-auth ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 8:47pm
frog-frame ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 8:47pm

package.json Outdated
"packageManager": "pnpm@8.15.3",
"pnpm": {
"overrides": {
"hono": "4.0.9"
Copy link
Member Author

Choose a reason for hiding this comment

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

forcing all packages to use same hono version during dev

Comment on lines -386 to -410
// check if route has `/dev` path.
this.hono.routes.some((r) => {
const currentFullPath =
(this.basePath === '/' ? '' : this.basePath) + parsePath(path)
if (!r.path.startsWith(currentFullPath)) return false
if (!r.path.includes('/dev')) return false
return true
})
Copy link
Member

Choose a reason for hiding this comment

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

Do we still need this for edge environments? Think happy-dom and @farcaster/core were the constraining packages in the devtools.

Copy link
Member Author

Choose a reason for hiding this comment

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

going to drop those

@tmm
Copy link
Member Author

tmm commented Mar 15, 2024

closing for #156

@tmm tmm closed this Mar 15, 2024
@tmm tmm deleted the tmm/hono-jsx branch March 15, 2024 21:23
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