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
Copy file name to clipboardExpand all lines: src/frontend/src/content/docs/reference/cli/commands/aspire-new.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,6 @@ Choosing **Yes** configures the generated project so that each service gets a un
57
57
- Gives each service its own origin, which prevents cookie and authentication token collisions between services running on the same machine.
58
58
- More closely mirrors a production setup where services are hosted on separate (sub)domains.
59
59
60
-
**Prerequisite:** The ASP.NET Core HTTPS development certificate must be installed and trusted on your machine. Run the following command if you haven't done so already:
61
-
62
-
```bash
63
-
dotnet dev-certs https --trust
64
-
```
65
-
66
60
<Asidetype="note">
67
61
Safari on macOS does not resolve `*.localhost` subdomains to `127.0.0.1` by
68
62
default. If you use Safari, choose **No** or add an entry to your hosts file.
0 commit comments