fix: caddy candidate order

We should use the most specific caddy first and go to more general caddy executables as is the norm and expected from systems in general.

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2024-09-01 08:40:10 +02:00
parent 558283ea48
commit d8281d2d0e

View file

@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"scripts": {
"start:dev": "caddy run || ./caddy run",
"start": "caddy run || ./caddy run"
"start:dev": " ./caddy run || caddy run",
"start": "./caddy run || caddy run"
}
}