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:
Erik Michelson 2024-04-28 11:16:51 +02:00
parent 9597ac5422
commit c5dc671398
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82

View file

@ -18,6 +18,7 @@
"lint:fix": "dotenv -c development -- turbo run lint:fix",
"format": "dotenv -c development -- turbo run format",
"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",
"test:ci": "dotenv -c test -- turbo run test:ci --concurrency 1",
"test": "dotenv -c test -- turbo run test --concurrency 1",