vitevite is able run the dev server without issue.vite buildvite build succeed.deno serve -A _fresh/server.jsdeno serve -A _fresh/server.js initially fails for it cannot resolve https-proxy-agenthttps-proxy-agent, made it work by adding it in build.rollupOptions.externalbuild.rollupOptions.external and installing it separately.
Join the Discord to ask follow-up questions and connect with the community