This commit is contained in:
parent
f8f07e9015
commit
b25c2d5f45
2 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,6 @@ to build the distribution, saved at "dist" directory.
|
|||
|
||||
Tutu must be loaded in a secure context - that means serving under localhost (`127.0.0.1` or `::1`) or HTTPS.
|
||||
|
||||
Use `bun dev` to run the dev server. By default, the dev server is run on the domain <https://localhost.direct> and the port you defined. The cert is provided by localhost.direct, see <https://get.localhost.direct> for detail.
|
||||
Use `bun dev` to run the dev server on localhost. If you need HTTPS dev server, see [*Set up HTTPS for the dev server*](docs/dev-https.md).
|
||||
|
||||
You can also change the config to make it run on localhost - but localhost.direct can be visted from the other device on the same network (as you do a little DNS magic).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue