mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
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:
parent
558283ea48
commit
d8281d2d0e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start:dev": "caddy run || ./caddy run",
|
"start:dev": " ./caddy run || caddy run",
|
||||||
"start": "caddy run || ./caddy run"
|
"start": "./caddy run || caddy run"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue