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

[core] Replace Deprecated serve Function #104

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

ricoberger
Copy link
Member

The used serve function from the std/server module is deprecated and must be replaced with Deno.serve. This was done within this commit.

The used `serve` function from the `std/server` module is deprecated and
must be replaced with `Deno.serve`. This was done within this commit.
@ricoberger ricoberger self-assigned this Dec 17, 2023
@ricoberger ricoberger added the changelog: changed Something was changed or updated label Dec 17, 2023
@ricoberger ricoberger added this to the v1.3.0 milestone Dec 17, 2023
@ricoberger ricoberger merged commit 4198a5b into main Dec 17, 2023
10 checks passed
@ricoberger ricoberger deleted the core-replace-deprecated-serve-function branch December 17, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant