Skip to content

Commit f865dc3

Browse files
committed
update CONTRIBUTING.md to include MacOS resolver configuration instructions
1 parent 3bb1173 commit f865dc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ You can follow the instructions from the [docs](https://www.smallweb.run/docs/ho
1212

1313
> [!WARNING] Make sure to trust the certificate generated by caddy by running the `caddy trust` command.
1414
15+
If you're using MacOS, you'll also need to create the `/etc/resolver/localhost` file with the following content:
16+
17+
```sh
18+
nameserver 127.0.0.1
19+
```
20+
1521
Then, all debug commands will use the example workspace located in the `examples` folder.

0 commit comments

Comments
 (0)