hedgedoc/dev-reverse-proxy/package.json
Philip Molares d8281d2d0e 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>
2024-09-01 08:43:23 +02:00

10 lines
216 B
JSON

{
"name": "@hedgedoc/dev-reverse-proxy",
"version": "0.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"start:dev": " ./caddy run || caddy run",
"start": "./caddy run || caddy run"
}
}