Skip to content

Commit e9b7360

Browse files
committed
dev: use HTTP for local wrangler preview to avoid self-signed cert warning
1 parent d74c267 commit e9b7360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ command = "npm run build"
2121

2222
[dev]
2323
port = 8787
24-
local_protocol = "https"
24+
local_protocol = "http"
2525
upstream_protocol = "https"

0 commit comments

Comments
 (0)