fix(dev-reverse-proxy): try to run global caddy first

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-09 09:14:39 +01:00
parent aa6bd2a884
commit 3282565a97

View file

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