hedgedoc/dev-reverse-proxy/package.json
Tilman Vatteroth 3282565a97 fix(dev-reverse-proxy): try to run global caddy first
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-03-09 11:36:20 +01:00

9 lines
174 B
JSON

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