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(init): inline routing in deno init --serve template #26595

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Oct 28, 2024

This PR replaces the unstable route usage with inline routing using URLPattern directly in the template.

See #26594 for the motivation

closes #26594

@kt3k kt3k merged commit aa2a354 into denoland:main Oct 29, 2024
17 checks passed
@kt3k kt3k deleted the inline-routing-in-init-serve-output branch October 29, 2024 05:37
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.

Remove dependency to @std/http/unstable-route in deno init --serve
2 participants