From c5dc67139860bb557be16a5a952c350277ec969f Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sun, 28 Apr 2024 11:16:51 +0200 Subject: [PATCH] misc(package): add no-reverse-proxy start flag Co-authored-by: Philip Molares Signed-off-by: Philip Molares Signed-off-by: Erik Michelson --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6d9ac4dfa..27b94c6ac 100644 --- a/package.json +++ b/package.json @@ -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",