mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +00: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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user