Michael Steinberg
Results
2
issues of
Michael Steinberg
following this guide to make local dns work. https://thinkingeek.com/2020/06/06/local-domain-and-dhcp-with-dnsmasq/ tested with macos and ipad os. windows os is not resolving .local yet.
if i define a handler like so, and attempt to register it with other handlers, tsc will throw errors. ``` export const myHandler: Handler< unknown, { id: string } >...