mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
4e497089f2
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
10 lines
215 B
JSON
10 lines
215 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"
|
|
}
|
|
}
|