Fix all current docs quality script warnings

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-11-13 12:04:59 +01:00
parent dafd1a0e8f
commit 35f3bbb4be
7 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ Add a build script in `package.json` to compile frontend during deployment:
## Start Command
Create a [Procfile](https://devcenter.heroku.com/articles/procfile) in the app's root:
Create a [`Procfile`](https://devcenter.heroku.com/articles/procfile) in the app's root:
```shell
echo "web: yarn workspace backend start --config ../../app-config.yaml --config ../../app-config.production.yaml" > Procfile