💩

なんか``wrangler dev``で立ち上げたサーバーにアクセスできないなーっていう時に見てほしい

に公開

これを書けばいい感じに動く

wrangler.toml
[dev]
ip = "0.0.0.0"
port = 8787 # ポートはお好きなものを。

Discussion