mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
d8281d2d0e
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>
10 lines
216 B
JSON
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"
|
|
}
|
|
}
|