We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb1173 commit f865dc3Copy full SHA for f865dc3
CONTRIBUTING.md
@@ -12,4 +12,10 @@ You can follow the instructions from the [docs](https://www.smallweb.run/docs/ho
12
13
> [!WARNING] Make sure to trust the certificate generated by caddy by running the `caddy trust` command.
14
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
21
Then, all debug commands will use the example workspace located in the `examples` folder.
0 commit comments