Skip to content
#

dev-server

Here are 61 public repositories matching this topic...

xiki808
xiki808 commented Jun 2, 2021

Can we run the dev server over https?

I created locally signed ssl keys using mkcert, by following this guide: https://web.dev/how-to-use-local-https/

After setting up the cert and key files to my root directory, I added this to my dev server config:

...
  sslKey: 'localhost-key.pem',
  sslCert: 'localhost.pem',
};

I still cannot access my local ( localhost:8000 ) using

documentation good first issue
denoliver
AngelMunoz
AngelMunoz commented Oct 4, 2021

Is your feature request related to a problem? Please describe.
We provide binary releases not just for .NET people these binary releases should have a simple way to get installed on their machines.

Describe the solution you'd like
A single entry point script that does the following

  • checks for .NET
    • If exists installs .NET Tool globally and exits
  • download a binary file
  • unz
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the dev-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dev-server topic, visit your repo's landing page and select "manage topics."

Learn more