Run prettier 💄

This commit is contained in:
ItalyPaleAle 2021-11-15 15:37:40 -08:00
parent a10388b709
commit 7bc2f41b33

View File

@ -34,7 +34,7 @@
``` ```
or b) Prepare a SQLite DB file: or b) Prepare a SQLite DB file:
```shell ```shell
touch config/db.sqlite touch config/db.sqlite
``` ```
@ -115,7 +115,7 @@ systemctl start tailscaled
``` ```
or Docker: or Docker:
```shell ```shell
docker run \ docker run \
-v $(pwd)/config:/etc/headscale/ \ -v $(pwd)/config:/etc/headscale/ \