denoland / deno-astro-adapter

A Deno adapter for running Astro applications on the Deno runtime.
https://npm.im/@deno/astro-adapter
MIT License
84 stars 19 forks source link

refactor: update std 1.0 #35

Closed irbull closed 2 weeks ago

irbull commented 3 weeks ago

chore: update to std 1.0

Updates the version of the std library to 1.0.0. This required a change to the Http Server that was used. The Standard Library removed the Http Server, so this change-set now uses Deno.serve directly.