You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,36 +159,6 @@ You may also need to add the following tasks to your csproj file. This are simil
159
159
160
160
```
161
161
162
-
## Setting up for HTTPS
163
-
164
-
For consistent schemas & for hot reload to not break while using https you will need to setup
165
-
your vue app, before enabling the `https` flag.
166
-
167
-
1. Get the `mkcert` tool following the installation instructions on their [github](https://github.com/FiloSottile/mkcert) repository or their [releases](https://github.com/FiloSottile/mkcert/releases)
168
-
2. Install root CA `mkcert -install`
169
-
3. Generate the certificates `mkcert localhost 127.0.0.1 <local ipv4> ::1`
Due to the discussion [here](https://github.com/aspnet/JavaScriptServices/pull/1726), it was decided to not be included in the Microsoft owned package.
0 commit comments