Ghost/.github/scripts
Simon Backx c298dd5d38
Added support to run Admin-X development over HTTPS in Safari (#17866)
no issue

Safari requires HTTPs for admin X to work in development mode.

Use `yarn dev --https` in combination with a caddy server to make it
work.

```
https://localhost:41740 {
	reverse_proxy http://localhost:4174
}
```
2023-08-30 08:12:15 +00:00
..
dev.js Added support to run Admin-X development over HTTPS in Safari (#17866) 2023-08-30 08:12:15 +00:00