mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
misc(package): add no-reverse-proxy start flag
Co-authored-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
9597ac5422
commit
c5dc671398
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
"lint:fix": "dotenv -c development -- turbo run lint:fix",
|
"lint:fix": "dotenv -c development -- turbo run lint:fix",
|
||||||
"format": "dotenv -c development -- turbo run format",
|
"format": "dotenv -c development -- turbo run format",
|
||||||
"start:dev": "dotenv -c development -- turbo run start:dev",
|
"start:dev": "dotenv -c development -- turbo run start:dev",
|
||||||
|
"start:no-reverse-proxy": "dotenv -c production -- turbo run start --filter=!dev-reverse-proxy",
|
||||||
"start": "dotenv -c production -- turbo run start",
|
"start": "dotenv -c production -- turbo run start",
|
||||||
"test:ci": "dotenv -c test -- turbo run test:ci --concurrency 1",
|
"test:ci": "dotenv -c test -- turbo run test:ci --concurrency 1",
|
||||||
"test": "dotenv -c test -- turbo run test --concurrency 1",
|
"test": "dotenv -c test -- turbo run test --concurrency 1",
|
||||||
|
|
Loading…
Reference in a new issue